On Wed, Sep 9, 2009 at 7:54 PM, Prichard, Jayson S
(TS) wrote:
> Dave,
>
> That was my suggestion: if PostgreSQL uses the pg_hba.conf file for
> authentication, perhaps pgAdmin should/could as well.
It has no idea where it is until a connection is established - and in
most cases couldn't access i
On Wed, Sep 9, 2009 at 3:56 PM, Prichard, Jayson S
(TS) wrote:
> I have modified the C:\Program Files\PostgreSQL\8.4\data\pg_hba.conf file to
> allow anyone to access any database without a password:
>
>
>
> host all all 127.0.0.1/32 trust
>
>
>
> The problem is, when I