Re: [SQL] Obtaining primary key information from pg system tables

2002-06-22 Thread Kris
dont need to use just those i guess.   Kris   - Original Message - From: Dmitri Colebatch To: Kris ; [EMAIL PROTECTED] Sent: Saturday, June 22, 2002 11:44 AM Subject: Re: [SQL] Obtaining primary key information from pg system tables Kris,   I'm assumin

Re: [SQL] Obtaining primary key information from pg system tables

2002-06-22 Thread Dmitri Colebatch
Obtaining primary key information from pg system tables Hi,   I am trying to generate some xml metadata from the pg system tables for my java code generation utility. I have can get most information, but i would like to be able to tell which column is a primary key or whic

[SQL] Obtaining primary key information from pg system tables

2002-06-22 Thread Kris
Hi,   I am trying to generate some xml metadata from the pg system tables for my java code generation utility. I have can get most information, but i would like to be able to tell which column is a primary key or which one is a foreign key (i dont need to know which table the foreign key re