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

[pgadmin-support] connecting pgadmin3 to the postgres

2004-11-12 Thread Kevin B.
Date: Fri, November 12, 2004 10:33 am To: [EMAIL PROTECTED] Priority: Normal Options:View Full Header | View Printable Version Hi, I'm trying connect pgadmin3 to the postgres 7.4.2 server running on the same computer but I am unable to do it. I am using the default fc