Project

General

Profile

« Previous | Next » 

Revision 14184

schemas/util.sql: added check_constraint__disabled(), which creates a CHECK constraint which is initially disabled

View differences:

trunk/schemas/util.sql
892 892
COMMENT ON FUNCTION check_constraint__disabled(constraint_def check_constraint_def) IS '
893 893
creates a CHECK constraint which is initially disabled
894 894

  
895
**WARNING**: *not* idempotent
895
idempotent
896 896
';
897 897

  
898 898

  

Also available in: Unified diff