Revision 14260
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/schemas/util.sql | ||
---|---|---|
1086 | 1086 |
CREATE FUNCTION check_constraint_enabled(constraint_def check_constraint_def) RETURNS boolean |
1087 | 1087 |
LANGUAGE sql STABLE |
1088 | 1088 |
AS $_$ |
1089 |
-- **WARNING**: whitespace in strings is significant |
|
1089 | 1090 |
SELECT NOT /*disabled*/util.starts_with($$ |
1090 | 1091 |
CASE |
1091 | 1092 |
WHEN true THEN true |
Also available in: Unified diff
bugfix: schemas/util.sql: check_constraint_expr_*(): updated strings for new Mac Postgres update, which was installed on reboot