Re: Bug with duplicate column names via JDBC MetaData (ORDINAL_POSITION) - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Bug with duplicate column names via JDBC MetaData (ORDINAL_POSITION)
Date
Msg-id Pine.BSO.4.64.0904210305250.29926@leary.csoft.net
Whole thread Raw
In response to Re: Bug with duplicate column names via JDBC MetaData (ORDINAL_POSITION)  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc

On Wed, 1 Apr 2009, Oliver Jowett wrote:

> I wonder if this is a problem with dropped columns again.
>

I doubt it, dropped columns never have a duplicate pg_attribute.attnum
column.  If he somehow managed to get two columns with the same name but
different number that might be a possibility, but he's got two columns
with the same number but different names.

> (mr. random programmer, please tell us your JDBC driver version and
> postgresql server version at least!)
>

He did mention these in his original email, I just trimmed it out.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Bug with duplicate column names via JDBC MetaData (ORDINAL_POSITION)
Next
From: "j.random.programmer"
Date:
Subject: Re: Bug with duplicate column names via JDBC MetaData (ORDINAL_POSITION)