Re: pg JDBC driver feature question - Mailing list pgsql-jdbc

From Erik Price
Subject Re: pg JDBC driver feature question
Date
Msg-id 3EEA6B7A.8060901@ptc.com
Whole thread Raw
In response to Re: pg JDBC driver feature question  (Thomas Kellerer <spam_eater@gmx.net>)
List 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 by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: pg JDBC driver feature question
Next
From: Peter Speck
Date:
Subject: nit-pick optimization for findColumn()