Re: please help

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: please help
Дата
Msg-id Pine.BSO.4.64.0902182301170.7630@leary.csoft.net
обсуждение исходный текст
Ответ на please help  (abdi indra <shafa_3@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Performance of jdbc insert statements and select nextval
Следующее
От: ""
Дата:
Сообщение: SocketException: Connection reset