Re: Connection Issue - Mailing list pgsql-admin

From Fujii Masao
Subject Re: Connection Issue
Date
Msg-id 3f0b79eb0906112047i1a531cc5k5be429b04f5ce58d@mail.gmail.com
Whole thread Raw
In response to Connection Issue  (Kevin Kempter <kevink@consistentstate.com>)
List pgsql-admin
Hi,

On Fri, Jun 12, 2009 at 12:19 PM, Kevin
Kempter<kevink@consistentstate.com> wrote:
> unix_socket_directory = '/var/run/postgresql' # (change requires restart)
<snip>
> I can ssh to a different host and connect via psql -h <host>
>
> but if I'm on the postgres local server I get this:
>
> $ psql -l
> psql: could not connect to server: No such file or directory
> Is the server running locally and accepting
> connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
>
>
> Thoughts?

You need to specify the directory of unix-domain socket as follows.

   $ psql -h /var/run/postgresql -l

HTH

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

pgsql-admin by date:

Previous
From: Kevin Kempter
Date:
Subject: Connection Issue
Next
From: Iñigo Martinez Lasala
Date:
Subject: Re: Sobre Actualizacion/upgrading PostgreSQL