Running different versions of Postgres

I intend to use different versions of PostgreSQL, one for creating a database for an application, and the other for setting up a development environment. How do I do so?

When I run PostgreSQL commands like pg_config, it return the version for one of the installed versions. How do ensure there is not conflict?



Comments

Popular posts from this blog

Spring Elasticsearch Operations

Object oriented programming concepts (OOPs)

Spring Boot and Vaadin : Filtering rows in Vaadin Grid