Re: connecting pgadmin3 to the postgres

From: Cheetah <fastcat(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Re: connecting pgadmin3 to the postgres
Date: 2004-11-12 22:02:06
Message-ID: a9d6776b04111214024d26bad0@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Fri, 12 Nov 2004 11:22:53 -0500 (EST), Kevin B. <db(at)ke5in(dot)com> wrote:
>
> I can see, now, why "local all all ident sameuser" wouldn't work.
> But why doesn't "local all all trust" work when
> "host all all 127.0.0.1 255.255.255.255 true" does?

Because "local" refers to unix domain socket connections, while "host"
refers to inet domain socket connections. Connecting to localhost
(127.0.0.1) is an inet socket connection, even though it's to the
local system.

--
-- Cheetah

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2004-11-12 22:24:45 Re: pgadmin3 1.2.0 rc1 windows
Previous Message Andreas Pflug 2004-11-12 17:28:38 Re: rc-1 problem with long text fields?