Re: [BUGS] Query available indexes via jdbc meta data does not work any more in PostgreSQL 9.6.0

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] Query available indexes via jdbc meta data does not work any more in PostgreSQL 9.6.0
Дата
Msg-id 32157.1476110831@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Query available indexes via jdbc meta data does not work any more in PostgreSQL 9.6.0  (Tillmann Schulz <tillmann73@yahoo.de>)
Ответы Re: [BUGS] Query available indexes via jdbc meta data does notwork any more in PostgreSQL 9.6.0  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-bugs
Tillmann Schulz <tillmann73@yahoo.de> writes:
> We are using Postgres 9.5 and want to migrate to 9.6.0.
> Unfortuantelly our application works with 9.5 but doesn't work with 9.6. It fails while querying index informations
viajdbc meta data.  

> The error message is:
> Caused by: org.postgresql.util.PSQLException: ERROR: Column am.amcanorder doesnt exist

You need a version of the JDBC driver that's 9.6 compatible.  I think
there's been such a release but am not sure about the number.

            regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #14362: Postgres macaddr does not support EUI-64 8-byte MAC addresses
Следующее
От: hcate3@gmail.com
Дата:
Сообщение: BUG #14363: CASE against a literal value produces correct against, same expression against a column null doesn't