system catalog constraints question

From: "Gevik Babakhani" <pgdev(at)xs4all(dot)nl>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: system catalog constraints question
Date: 2008-01-28 16:07:09
Message-ID: 000f01c861c7$d65e7580$0a01a8c0@gevmus
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Is there a way to query the column constraints between the tables of system
catalog.
For example pg_attribute.atttypid---->pg_type.oid. This is described in the
docs of course , but does the system use something like pg_constaint
or the system catalog constraints are enforced only in the code?

Regards,
Gevik.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-01-28 16:33:50 Re: CLUSTER and synchronized scans and pg_dump et al
Previous Message Kevin Grittner 2008-01-28 15:23:13 Re: CLUSTER and synchronized scans and pg_dump et al