Re: connecting pgadmin3 to the postgres - Mailing list pgadmin-support

From Cheetah
Subject Re: connecting pgadmin3 to the postgres
Date
Msg-id a9d6776b04111214024d26bad0@mail.gmail.com
Whole thread Raw
In response to Re: connecting pgadmin3 to the postgres  ("Kevin B." <db@ke5in.com>)
List pgadmin-support
On Fri, 12 Nov 2004 11:22:53 -0500 (EST), Kevin B. <db@ke5in.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


pgadmin-support by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: rc-1 problem with long text fields?
Next
From: stig erikson
Date:
Subject: pgadmin3 1.2.0 rc1 windows