Re: [GENERAL] No password prompt logging into Postgres 8.4

2009-07-02 Thread Bill Moran
In response to Ben Trewern : > Using th new postgresql 8.4.0 (compiled) > On Ubuntu 8.10 > > I did an initdb, added a password to the postgres user and then > changed the pg_hba.conf to: > > local all all md5 > host all all 127.0.0.1/32 md5 > > Restarted Postgresql. >

[GENERAL] No password prompt logging into Postgres 8.4

2009-07-02 Thread Ben Trewern
Using th new postgresql 8.4.0 (compiled) On Ubuntu 8.10 I did an initdb, added a password to the postgres user and then changed the pg_hba.conf to: local all all md5 host all all 127.0.0.1/32 md5 Restarted Postgresql. If I log in normally: postg...@ben-desktop:~$ psq