Re: [JDBC] Re. conection error

2001-09-27 Thread Nick Fankhauser
Hi Russ- > The first line in my pg_hba.conf file is: > > local alltrust I don't think this line authorizes TCP/IP socket connections, but rather, only Unix sockets. Since JDBC uses TCP/IP even if you are on the same machine, you'll need a similar auth record

[JDBC] Re. conection error

2001-09-26 Thread Russ McBride
Thanks Nick, The first line in my pg_hba.conf file is: local alltrust which should be all that is needed to allow a jdbc connection over ip from 'postgres' on a local machine (and it shouldn't be a problem that the connection program sends the password as