Re: [ADMIN] Connecting via localhost pg-8.0.3

2005-06-16 Thread David
On Thu, Jun 16, 2005 at 12:08:35AM -0400, Tom Lane wrote: > David <[EMAIL PROTECTED]> writes: > > Well, you guessed correctly. It was a configuration problem. By > > inserting the line: > > unix_socket_directory = '/var/run/postgresql' > > into postgresql.conf, it works as expected. > >

Re: [ADMIN] Connecting via localhost pg-8.0.3

2005-06-15 Thread Tom Lane
David <[EMAIL PROTECTED]> writes: > Well, you guessed correctly. It was a configuration problem. By > inserting the line: > unix_socket_directory = '/var/run/postgresql' > into postgresql.conf, it works as expected. Well, you've still got an issue here somewhere, because if your server a

Re: [ADMIN] Connecting via localhost pg-8.0.3

2005-06-15 Thread David
On Tue, Jun 14, 2005 at 11:22:34PM -0400, Tom Lane wrote: > David <[EMAIL PROTECTED]> writes: > > I've just upgraded from 7.4.7 to 8.0.3. > > On what platform, and how did you build or obtain each of these PG > versions? Oops - thought I included that but apparently didn't.. Platform is Debian.

Re: [ADMIN] Connecting via localhost pg-8.0.3

2005-06-14 Thread Tom Lane
David <[EMAIL PROTECTED]> writes: > I've just upgraded from 7.4.7 to 8.0.3. On what platform, and how did you build or obtain each of these PG versions? > I get the following error if I omit "host=localhost" : > Warning: pg_connect(): Unable to connect to PostgreSQL server: could > not connect