Thread: pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...

pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...

From
barry@postgresql.org
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    barry@postgresql.org    01/10/24 00:31:50

Modified files:
    src/interfaces/jdbc/org/postgresql/jdbc1: DatabaseMetaData.java
    src/interfaces/jdbc/org/postgresql/jdbc2: DatabaseMetaData.java

Log message:
    fix for a bug in DatabaseMetaData.getIndexInfo().  This fixes a bug reported by tom_falconer@lineone.net.  On Sept
7th,he sent a test case to the list demonstrating the bug.  His test case now works successfully with this patch