Probe different credentials to list databases #740
Labels
Content-Length: 212300 | pFad | http://github.com/PostgresApp/PostgresApp/issues/740
D7Fetched URL: http://github.com/PostgresApp/PostgresApp/issues/740
Alternative Proxies:
Currently, Postgres.app does try to connect to the selected server to show its databases. This is done on the configured port using a unix domain socket connection with the username of the logged in user to a database named accordingly (default connection credentials).
We could extend this to try different common combinations like
postgres
/postgres
or$USER
/postgres
and with a TCP connection in case the default way fails.The text was updated successfully, but these errors were encountered: