Re: postgres user can connect but no one else - Mailing list pgsql-novice

From Tom Lane
Subject Re: postgres user can connect but no one else
Date
Msg-id 26064.1225723277@sss.pgh.pa.us
Whole thread Raw
In response to postgres user can connect but no one else  ("A B" <gentosaker@gmail.com>)
List pgsql-novice
"A B" <gentosaker@gmail.com> writes:
> psql: could not connect to server: Permission denied
>         Is the server running locally and accepting
>         connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"

Did you actually put the socket file there?  If so, the problem is
probably lack of world read permission for /var/run/postgresql/.

            regards, tom lane

pgsql-novice by date:

Previous
From: "Obe, Regina"
Date:
Subject: Re: postgres user can connect but no one else
Next
From: "Dobes Vandermeer"
Date:
Subject: Does pg_dumpall support BLOBs?