Re: please help - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: please help
Date
Msg-id Pine.BSO.4.64.0902182301170.7630@leary.csoft.net
Whole thread Raw
In response to please help  (abdi indra <shafa_3@yahoo.com>)
List pgsql-jdbc

On Wed, 18 Feb 2009, abdi indra wrote:

> org.postgresql.util.PSQLException: FATAL: missing or erroneous
> pg_hba.conf

This is not a Java/JDBC problem, but a server configuration problem.

> local   all         all         192.168.110.133       trust

This line is bogus because local means a unix domain socket which doesn't
have an IP address.

> host    all         all        192.168.110.133/255.255.255.255
> trust

This isn't a valid line either.  You want the CIDR /32 format, not a
netmask.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Performance of jdbc insert statements and select nextval
Next
From: ""
Date:
Subject: SocketException: Connection reset