Re: problem accessing a database

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: problem accessing a database
Date: 2006-11-03 16:34:11
Message-ID: 20061103163411.GA30835@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

am Fri, dem 03.11.2006, um 17:06:01 +0100 mailte Luca Ferrari folgendes:
> On Friday 03 November 2006 16:40 Andreas Kretschmer's cat, walking on the
> keyboard, wrote:
> >
> > try psql -h localhost ...
>
>
> That worked!
> Thanks,

Great, okay.

The reason is, without -h, psql connect to the db via a socket, not with
tcp/ip. With -h, you coerce psql to connect via tcp/ip, and now your
rules are okay. You can change your settings for local (change to trust)

Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47215, D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Shane Ambler 2006-11-03 16:38:59 Re: new and old not available in rule subselects?
Previous Message Luca Ferrari 2006-11-03 16:06:01 Re: problem accessing a database