Re: No pg_hba.conf entry - Mailing list pgsql-jdbc

From George Koras
Subject Re: No pg_hba.conf entry
Date
Msg-id 3A94E628.3B02A201@cres.gr
Whole thread Raw
In response to No pg_hba.conf entry  (George Koras <gkoras@cres.gr>)
List pgsql-jdbc
Tom Lane <tgl@sss.pgh.pa.us> wrote:
>George Koras <gkoras@cres.gr> 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:

>> local        all                                         trust
>> host         all         127.0.0.1     255.255.255.255   trust
>> host         all         143.233.73.0  255.255.255.0     trust

>> Isn't this strange?

>Yes, very.  Are you sure you and the postmaster are looking at the same
file?

Yes, that was exactly the problem! I still have to find out how on earth
we ended up with two sets of configuration files!

Thanks Tom, thanks Peter!



pgsql-jdbc by date:

Previous
From: Peter T Mount
Date:
Subject: Re: No pg_hba.conf entry
Next
From: Antonio Fiol
Date:
Subject: JDBC Timestamp problem