Re: [JDBC] No pg_hba.conf entry

2001-02-22 Thread George Koras
Tom Lane <[EMAIL PROTECTED]> wrote: >George Koras <[EMAIL PROTECTED]> writes: >> java.sql.SQLException: No pg_hba.conf entry for host 143.233.73.254, >> user aaa, database bbb >> However, the only lines in pg_hba.conf that are not commented out are: >> localall

Re: [JDBC] No pg_hba.conf entry

2001-02-22 Thread Peter T Mount
Quoting George Koras <[EMAIL PROTECTED]>: > Hello, > > When I try to connect via JDBC to PostgreSQL I get the following error > message: > > Error -- Something unusual has occured to cause the driver to fail. > Please report this exception: > java.sql.SQLException: No pg_hba.conf entry for host

Re: [JDBC] No pg_hba.conf entry

2001-02-21 Thread Tom Lane
George Koras <[EMAIL PROTECTED]> writes: > java.sql.SQLException: No pg_hba.conf entry for host 143.233.73.254, > user aaa, database bbb > However, the only lines in pg_hba.conf that are not commented out are: > localall trust > host all

[JDBC] No pg_hba.conf entry

2001-02-21 Thread George Koras
Hello, When I try to connect via JDBC to PostgreSQL I get the following error message: Error -- Something unusual has occured to cause the driver to fail. Please report this exception: java.sql.SQLException: No pg_hba.conf entry for host 143.233.73.254, user aaa, database bbb However, the only