Revision 14184
Added by Aaron Marcuse-Kubitza over 10 years ago
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
schemas/util.sql: added check_constraint__disabled(), which creates a CHECK constraint which is initially disabled