Re: Postgres v8 jdbc connect fails while v7.4 connection - Mailing list pgsql-jdbc

From DavidB
Subject Re: Postgres v8 jdbc connect fails while v7.4 connection
Date
Msg-id 1115330900.926963.327070@f14g2000cwb.googlegroups.com
Whole thread Raw
In response to Re: Postgres v8 jdbc connect fails while v7.4 connection  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: Postgres v8 jdbc connect fails while v7.4 connection
List pgsql-jdbc
OK...got it. First I had changed listen_address to '*' but had left it
commented out<duh!>
When I fixed that I tried restarting and hit problem #2...

I had hba_conf settings like:
host    all         all         111.123.21.1/32          trust

didn't work but going back to old v7 format of
host    all         all         111.123.21.1     255.255.255.0  trust

did work.
Problem in my definition?


pgsql-jdbc by date:

Previous
From: Prasanth
Date:
Subject: Re: Postgres v8 jdbc connect fails while v7.4 connection
Next
From: Oliver Jowett
Date:
Subject: Re: Upgrade to pg and driver version 8.x code compatibilities