How to know column constraints via system catalog tables

From: so_excited(at)excite(dot)com (Damon)
To: "pgsql-general(at)postgresql(dot)org(dot)pgsql-novice"(at)postgresql(dot)org
Subject: How to know column constraints via system catalog tables
Date: 2003-11-05 11:41:17
Message-ID: 159c8bc6.0311050341.3ed4c289@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

Hi,

I need to query each column's constraint and name of a table in
postgreSQL v7.3.4 with a single SQL query but don't know how. Would
appreciate any pointers!

Thank you.

Regards,
Damon

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dave Smith 2003-11-05 14:21:30 System crash and trying to run vacuum getting errors
Previous Message Bjørn T Johansen 2003-11-05 11:02:39 Re: select/update performance?

Browse pgsql-novice by date

  From Date Subject
Next Message John Siggins 2003-11-05 11:52:30 selecting rows based on unique fields in a column
Previous Message Stephan Szabo 2003-11-05 05:18:27 Re: DISTINCT ... ORDER BY