Re: [HACKERS] querying system catalogs to extract foreign keys

2001-09-16 Thread Christopher Kings-Lynne
; [EMAIL PROTECTED] > Subject: Re: [HACKERS] querying system catalogs to extract foreign keys > > > Hi, > > In addition to this, Joel Burton's paper regarding Hacking the > Referential Integrity tables gives very good insight into how to find > out exactly what you&#x

Re: [HACKERS] querying system catalogs to extract foreign keys

2001-09-15 Thread Justin Clift
Hi, In addition to this, Joel Burton's paper regarding Hacking the Referential Integrity tables gives very good insight into how to find out exactly what you're looking for, and the final example of SQL code at the end of the article will work as is : http://techdocs.postgresql.org/techdocs/hack

Re: [HACKERS] querying system catalogs to extract foreign keys

2001-09-14 Thread Rene Pijlman
On 13 Sep 2001 22:56:16 -0700, you wrote: >I tried to use the getImportedKeys and getExportedKeys of >java.sql.DatabaseMetadata... But it didnt give any expected >results... This is probably a limitation or bug in the JDBC driver. Please post details of your problem on [EMAIL PROTECTED] E.g. w