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

From Kevin B.
Subject Re: connecting pgadmin3 to the postgres
Date
Msg-id 32901.67.87.27.161.1100276573.squirrel@www.ke5in.com
Whole thread Raw
In response to connecting pgadmin3 to the postgres  ("Kevin B." <db@ke5in.com>)
Responses Re: connecting pgadmin3 to the postgres
List 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


pgadmin-support by date:

Previous
From: Adam H.Pendleton
Date:
Subject: Re: OS X compile error
Next
From: Andreas Pflug
Date:
Subject: Re: rc-1 problem with long text fields?