Postgres App: Configuring settings

143 views Asked by At

I cannot seem to change the command being called when I open psql through the Postgres app. I can successfully open a connection by calling:

postgres --config-file=/usr/local/var/postgres/postgresql.conf -D /usr/local/var/postgres

but when I select "Open psql" in the app, I see:

psql: FATAL:  database "incorrect_database_name" does not exist

How can I configure this?

0

There are 0 answers