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
Post a Comment