Re: Postgres v8 jdbc connect fails while v7.4 connection

From: "DavidB" <davidb999(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Postgres v8 jdbc connect fails while v7.4 connection
Date: 2005-05-05 22:08:20
Message-ID: 1115330900.926963.327070@f14g2000cwb.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2005-05-05 22:30:47 Re: Upgrade to pg and driver version 8.x code compatibilities
Previous Message Prasanth 2005-05-05 19:48:18 Re: Postgres v8 jdbc connect fails while v7.4 connection