Getting foreign keys seems buggy - Mailing list pgsql-jdbc

From Amar Sagoo
Subject Getting foreign keys seems buggy
Date
Msg-id 26404.1015877208@www45.gmx.net
Whole thread Raw
Responses Re: Getting foreign keys seems buggy
List 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


pgsql-jdbc by date:

Previous
From: "adr rrp pub"
Date:
Subject: PostgreSQL and Cocoa on Mac OS X
Next
From: "Dave Cramer"
Date:
Subject: Re: Getting foreign keys seems buggy