From: | Erik Price <eprice(at)ptc(dot)com> |
---|---|
To: | Thomas Kellerer <spam_eater(at)gmx(dot)net> |
Cc: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: pg JDBC driver feature question |
Date: | 2003-06-14 00:25:30 |
Message-ID: | 3EEA6B7A.8060901@ptc.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Barry Lind | 2003-06-14 01:05:16 | Re: pg JDBC driver feature question |
Previous Message | Thomas Kellerer | 2003-06-13 23:00:06 | Re: pg JDBC driver feature question |