2023-09-25

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?



No comments:

Post a Comment