Fix DatabaseMetaData.getColumns result order to be spec compliant

From: Kris Jurka <books(at)ejurka(dot)com>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: Fix DatabaseMetaData.getColumns result order to be spec compliant
Date: 2002-12-02 18:54:30
Message-ID: Pine.LNX.4.33.0212021352190.24686-200000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Fix DatabaseMetaData.getColumns result order to be spec compliant. The
driver was ordering by column name rather than column number.

Please apply to 7.3 and HEAD.

Kris Jurka

Attachment Content-Type Size
getcolumnsorder.patch text/plain 1.2 KB

Browse pgsql-patches by date

  From Date Subject
Next Message Hunter Hillegas 2002-12-02 19:26:00 7.3 on OS X HOWTO
Previous Message Bruce Momjian 2002-12-02 18:23:57 Re: documentation improvements