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

From Oliver Jowett
Subject Re: Postgres v8 jdbc connect fails while v7.4 connection
Date
Msg-id 427A9F34.1080109@opencloud.com
Whole thread Raw
In response to Re: Postgres v8 jdbc connect fails while v7.4 connection  ("DavidB" <davidb999@gmail.com>)
Responses Re: Postgres v8 jdbc connect fails while v7.4 connection
List pgsql-jdbc
DavidB wrote:

> 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?

/32 means 255.255.255.255
/24 means 255.255.255.0

so the above two lines have different meanings.

-O

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Infinity and beyond
Next
From: "DavidB"
Date:
Subject: Re: Postgres v8 jdbc connect fails while v7.4 connection