Getting foreign keys seems buggy

Поиск
Список
Период
Сортировка
От Amar Sagoo
Тема Getting foreign keys seems buggy
Дата
Msg-id 26404.1015877208@www45.gmx.net
обсуждение исходный текст
Ответы Re: Getting foreign keys seems buggy  ("Dave Cramer" <Dave@micro-automation.net>)
Список 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 по дате отправления:

Предыдущее
От: "adr rrp pub"
Дата:
Сообщение: PostgreSQL and Cocoa on Mac OS X
Следующее
От: "Dave Cramer"
Дата:
Сообщение: Re: Getting foreign keys seems buggy