Re: pgAdmin requires password - Mailing list pgadmin-support

From Dave Page
Subject Re: pgAdmin requires password
Date
Msg-id 937d27e10909091148l67d1115ax527d3d48983d2aef@mail.gmail.com
Whole thread Raw
In response to pgAdmin requires password  ("Prichard, Jayson S (TS)" <jayson.prichard@ngc.com>)
List pgadmin-support
On Wed, Sep 9, 2009 at 3:56 PM, Prichard, Jayson S
(TS)<jayson.prichard@ngc.com> 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 start pgAdmin, it requests the password for user
> postgres.  I thought the pg_hba.conf file would eliminate the need for the
> password for pgAdmin.

pgAdmin has no idea that a password isn't required until the
connection is attempted. Just save an empty (or any other password)
and it shouldn't ask again (unless the connection fails for some
reason).

--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com


pgadmin-support by date:

Previous
From: "Prichard, Jayson S (TS)"
Date:
Subject: pgAdmin requires password
Next
From: Dave Page
Date:
Subject: Re: pgAdmin requires password