Re: constraint system tables

From: raghu ram <raghuchennuru(at)gmail(dot)com>
To: mauro russo <m(dot)russo(at)uniplan(dot)it>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: constraint system tables
Date: 2011-05-09 11:13:19
Message-ID: BANLkTinVOoxL0vGBex=uDdz2v16LuNgZRA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mon, May 9, 2011 at 4:33 PM, mauro russo <m(dot)russo(at)uniplan(dot)it> wrote:

> Dears,
>
> what system table contains constraints declarations/features?
>
>

Constraints information stored in " pg_constraint" catalog table. Use
pg_get_constraintdef() to extract the definition of the check constraints.

http://www.postgresql.org/docs/9.0/interactive/catalog-pg-constraint.html

--Raghu Ram

>
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Viktor Bojović 2011-05-09 11:44:00 Re: db restore takes to long
Previous Message mauro russo 2011-05-09 11:03:37 constraint system tables