Re: getIndexInfo() is not returning filter condition.

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: getIndexInfo() is not returning filter condition.
Дата
Msg-id 42F68572.5060004@opencloud.com
обсуждение исходный текст
Ответ на getIndexInfo() is not returning filter condition.  (Yair Ohayon <yair-o@orbotech.com>)
Список pgsql-jdbc
Yair Ohayon wrote:

> I'm trying to use getIndexInfo() to get index data , the one field which
> seems to be wrongly null is filter_condition.

Current JDBC drivers don't have any logic to fill in filter_condition,
unfortunately. It looks like this could be implemented using pg_get_expr
-- send a patch to the list?

-O

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

Предыдущее
От: Yair Ohayon
Дата:
Сообщение: getIndexInfo() is not returning filter condition.
Следующее
От: Giuseppe Sacco
Дата:
Сообщение: [PATCH] problem with DatabaseMetaData and mixed case table names