Обсуждение: constraint system tables

Поиск
Список
Период
Сортировка

constraint system tables

От
mauro russo
Дата:
Dears,
 
what system table contains constraints declarations/features?
 
Regards,
Mauro.
 
 

Re: constraint system tables

От
raghu ram
Дата:


On Mon, May 9, 2011 at 4:33 PM, mauro russo <m.russo@uniplan.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. 


--Raghu Ram