On Mon, 23 Jul 2007, Andrei Badea wrote:
> The following bug has been logged online:
>
> Bug reference: 3480
> Description: JDBC driver: getIndexInfo() returns quotes around quoted
> column names
> Details:
>
> The DatabaseMetaData.getIndexInfo() method returns quotes around quoted
> column names, unlike the getColumns() method. To reproduce run the following
> statement in a database named "test" and the "public" schema:
>
Fixed in CVS for 8.1, 8.2, and HEAD.
Thanks for the test case.
Kris Jurka