Re: please help

From: Kris Jurka <books(at)ejurka(dot)com>
To: abdi indra <shafa_3(at)yahoo(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: please help
Date: 2009-02-19 04:04:59
Message-ID: Pine.BSO.4.64.0902182301170.7630@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message zxcv 2009-02-19 16:46:06 SocketException: Connection reset
Previous Message Kris Jurka 2009-02-19 04:01:14 Re: Performance of jdbc insert statements and select nextval