Re: getIndexInfo() is not returning filter condition. - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: getIndexInfo() is not returning filter condition.
Date
Msg-id 42F68572.5060004@opencloud.com
Whole thread Raw
In response to getIndexInfo() is not returning filter condition.  (Yair Ohayon <yair-o@orbotech.com>)
List 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 by date:

Previous
From: Yair Ohayon
Date:
Subject: getIndexInfo() is not returning filter condition.
Next
From: Giuseppe Sacco
Date:
Subject: [PATCH] problem with DatabaseMetaData and mixed case table names