Re: [ADMIN] constraint system tables
On Mon, May 9, 2011 at 4:33 PM, mauro russo 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.postgre
[ADMIN] constraint system tables
Dears, what system table contains constraints declarations/features? Regards, Mauro.