Hi all, 
 I'm having a bit of trouble getting jdbc to connect to my postgres db. I can connect 
to the database fine using psql with a connection string like 
./psql -d iala -p 5432 -U postgres -W -h 127.0.0.1 
 
When I try to make that same connection with jdbc, i get the following error: 
IDENT authentication failed for user "postgres" 
 
Any ideas on why this would work with psql, but fail to authenticate when using jdbc? 
 
Thanks, 
Michael 
-- 
______________________________________________
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr

Powered by Outblaze

Reply via email to