The view information_schema.check_constraints contains all check constraints defined on a table. This view is currently empty as MonetDB does not support CHECK constraints yet.
SELECT * FROM information_schema.check_constraints;
information_schema.check_constraints
column name | type | remarks |
---|---|---|
constraint_catalog | VARCHAR | Always NULL |
constraint_schema | VARCHAR | |
constraint_name | VARCHAR | |
check_clause | VARCHAR |