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
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match