I installed Postgres.app from here ( http://postgresapp.com ) a couple of days ago. It comes with Postgres 9.4.4.
Today I realized that the software I use officially supports only Postgres 9.3. Version 9.4.4 works, but sometimes there are DB locks.
Is there a way to downgrade my current db (a very small size created just for testing), which is version 9.4.4 to 9.3? Or is it possible to create another database with version 9.3 without deleting the current version of Postgres.app?
OS: OS X Yosemite 10.10.4
Thanks.
source share