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