Re: [GENERAL] FATAL: password authentication failed for user "postgres"

2011-11-03 Thread Robert Treat
On Thu, Nov 3, 2011 at 9:02 AM, Sabn Coanda wrote: > Hi, > > I am using trust authentication since some years, but I need now to > authenticate the user for a specific application when connect to postgresql > database. I found "trust" ignores the password, so I changed it in > pg_hba.conf to "pass

[GENERAL] FATAL: password authentication failed for user "postgres"

2011-11-03 Thread Sabn Coanda
Hi, I am using trust authentication since some years, but I need now to authenticate the user for a specific application when connect to postgresql database. I found "trust" ignores the password, so I changed it in pg_hba.conf to "password". My application is working now, but I have problems