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