From: | George Koras <gkoras(at)cres(dot)gr> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Cc: | peter(at)retep(dot)org(dot)uk, tgl(at)sss(dot)pgh(dot)pa(dot)us |
Subject: | Re: No pg_hba.conf entry |
Date: | 2001-02-22 10:12:56 |
Message-ID: | 3A94E628.3B02A201@cres.gr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>George Koras <gkoras(at)cres(dot)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!
From | Date | Subject | |
---|---|---|---|
Next Message | Lajos Malozsak | 2001-02-22 10:18:10 | Fw: jdbc.postgresql.org/docs/ |
Previous Message | Peter T Mount | 2001-02-22 08:51:18 | Re: No pg_hba.conf entry |