Re: Index metadata not sorted by ORDINAL_POSITION - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Index metadata not sorted by ORDINAL_POSITION
Date
Msg-id Pine.LNX.4.33.0304160319100.5589-200000@leary.csoft.net
Whole thread Raw
In response to Index metadata not sorted by ORDINAL_POSITION  (Peter Royal <proyal@pace2020.com>)
Responses Re: Index metadata not sorted by ORDINAL_POSITION
List pgsql-jdbc
On Mon, 14 Apr 2003, Peter Royal wrote:
> > In AbstractJdbc1DatabaseMetaData.getIndexInfo(), the query needs to
> > also be sorted by ORDINAL_POSITION as the final field in the ORDER BY
> > clause.

Attached is a patch to fix this problem.

Kris Jurka


Attachment

pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: [PATCHES] the build
Next
From: Kris Jurka
Date:
Subject: Re: Bug in getImportedExportedKeys(), DatabaseMetaData class