Re: getIndexInfo() is not returning filter condition.

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Yair Ohayon <yair-o(at)orbotech(dot)com>
Cc: "'pgsql-jdbc(at)postgresql(dot)org'" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: getIndexInfo() is not returning filter condition.
Date: 2005-08-07 22:04:34
Message-ID: 42F68572.5060004@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jiangyi 2005-08-08 11:59:25 get question mark with Chinese/Japanese character ?
Previous Message Yair Ohayon 2005-08-07 10:15:47 getIndexInfo() is not returning filter condition.