Re: connecting pgadmin3 to the postgres

From: "Kevin B(dot)" <db(at)ke5in(dot)com>
To: db(at)ke5in(dot)com
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: connecting pgadmin3 to the postgres
Date: 2004-11-12 16:22:53
Message-ID: 32901.67.87.27.161.1100276573.squirrel@www.ke5in.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support


> But in the pg_hba.conf file there is this line:
> local all all 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 all all trust

and that did not work but this line did:

host all all 127.0.0.1 255.255.255.255 true

-------------------------

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?

Thanks,
Kevin

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Mike.Blackwell 2004-11-12 17:04:57 rc-1 problem with long text fields?
Previous Message Kevin B. 2004-11-12 15:44:27 connecting pgadmin3 to the postgres