Getting foreign keys seems buggy

From: Amar Sagoo <asagoo(at)gmx(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Getting foreign keys seems buggy
Date: 2002-03-11 20:06:48
Message-ID: 26404.1015877208@www45.gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

I'm trying to get a list of foreign keys for a table in a PostgreSQL
database through the JDBC interface.
However, the DatabaseMetaData.getImportedKeys() method only returns one of
the foreign keys, although the table references more than one other table.
I also noticed that instead of listing each field of the foreign key in a
separate row of the result set, it puts them together in one row, separated by
commas.

Is this a known bug in the JDBC driver?

Cheers

Amar

--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-03-11 23:52:49 Re: Getting foreign keys seems buggy
Previous Message adr rrp pub 2002-03-11 10:12:44 PostgreSQL and Cocoa on Mac OS X