You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, trying to connect yields an wrong password error. This had me scratching my head as I could connect just fine without a password on the commandline (same user): psql -d db. After a bit of poking around I realized I allow passwordless connections only over UNIX sockets. This package seems to be only capable of TCP connections. Could there be an option for UNIX sockets too?
The text was updated successfully, but these errors were encountered:
Hi, trying to connect yields an wrong password error. This had me scratching my head as I could connect just fine without a password on the commandline (same user):
psql -d db
. After a bit of poking around I realized I allow passwordless connections only over UNIX sockets. This package seems to be only capable of TCP connections. Could there be an option for UNIX sockets too?The text was updated successfully, but these errors were encountered: