Re: [pgadmin-support] connecting pgadmin3 to the postgres

2004-11-12 Thread Cheetah
On Fri, 12 Nov 2004 11:22:53 -0500 (EST), Kevin B. <[EMAIL PROTECTED]> 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 socke

Re: [pgadmin-support] connecting pgadmin3 to the postgres

2004-11-12 Thread Kevin B.
> But in the pg_hba.conf file there is this line: > local allall ident sameuser > which I thought would allow any type of connection to the postgres server > from the local machine. > Ok, I changed the above line to: local allall trust and that did not work but