当我通过 Postgres 应用程序打开 psql 时,我似乎无法更改被调用的命令。我可以通过调用成功打开连接:
postgres --config-file=/usr/local/var/postgres/postgresql.conf -D /usr/local/var/postgres
但是当我在应用程序中选择“打开 psql”时,我看到:
psql: FATAL: database "incorrect_database_name" does not exist
我该如何配置?