Re: Unix Domain Socket Error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jeremiah Megie <jmegie(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Unix Domain Socket Error
Date: 2005-02-21 16:52:08
Message-ID: 726.1109004728@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jeremiah Megie <jmegie(at)gmail(dot)com> writes:
> Warning: pg_connect(): Unable to connect to PostgreSQL server: could
> not connect to server: Permission denied Is the server running locally
> and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"?

Check the file permissions on the socket file ... is it world writable?

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2005-02-21 16:55:13 Re: PGS 7.2 : Insert with wrong number of values did not
Previous Message Tom Lane 2005-02-21 16:33:52 Re: PGS 7.2 : Insert with wrong number of values did not fail