On Thu, Oct 21, 2010 at 11:27 AM, Rich Shepard <rshepard@appl-ecosys.com> wrote:
> Yet, when I try to access one of my databases I cannot:
>
> [rshepard@salmo ~]$ psql aesi
> 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"?
So, what do
telnet localhost 5432
AND
psql -h localhost -l
do?