Re: pg JDBC driver feature question

Поиск
Список
Период
Сортировка
От Erik Price
Тема Re: pg JDBC driver feature question
Дата
Msg-id 3EEA6B7A.8060901@ptc.com
обсуждение исходный текст
Ответ на Re: pg JDBC driver feature question  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-jdbc

Thomas Kellerer wrote:
> Erik Price schrieb:
>
>> 2. Is the DatabaseMetaData.getExportedKeys method fully implemented in
>> the Driver?  Specifically, I would like to identify all of the foreign
>> key tables that depend on a specified table's primary key using the
>> FKTABLE_NAME column.
>>
>> I'm just trying to nail down whether the bug I'm experiencing in my
>> development is something I've overlooked or if it could possibly be an
>> unfinished implementation of the driver.
>>
> To my knowledge this works pretty well. I have a SQL tool which display
> the foreign key constraints for a table. It is using plain JDBC calls,
> and works well with postgres (7.2.x and 7.3.x)


Thanks for confirming that for me Thomas.  Frankly it makes me feel
better that it's not a problem with a driver, even if it means that
there's some hidden problem in my application!  :)


Erik


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: pg JDBC driver feature question
Следующее
От: Peter Speck
Дата:
Сообщение: nit-pick optimization for findColumn()