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

Поиск
Список
Период
Сортировка
От DavidB
Тема Re: Postgres v8 jdbc connect fails while v7.4 connection
Дата
Msg-id 1115330900.926963.327070@f14g2000cwb.googlegroups.com
обсуждение исходный текст
Ответ на Re: Postgres v8 jdbc connect fails while v7.4 connection  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: Postgres v8 jdbc connect fails while v7.4 connection
Список 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?


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Prasanth
Дата:
Сообщение: Re: Postgres v8 jdbc connect fails while v7.4 connection
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: Upgrade to pg and driver version 8.x code compatibilities