Re: Index metadata not sorted by ORDINAL_POSITION

From: Kris Jurka <books(at)ejurka(dot)com>
To: Peter Royal <proyal(at)pace2020(dot)com>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Index metadata not sorted by ORDINAL_POSITION
Date: 2003-04-16 07:20:24
Message-ID: Pine.LNX.4.33.0304160319100.5589-200000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
indexinfo.patch text/plain 1.0 KB

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2003-04-16 07:24:02 Re: Bug in getImportedExportedKeys(), DatabaseMetaData class
Previous Message Barry Lind 2003-04-16 04:58:37 Re: [PATCHES] the build