Revision 14255
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/schemas/util.sql | ||
---|---|---|
1867 | 1867 |
AS $$ |
1868 | 1868 |
SELECT util.derived_col_constraint_enable(derived_col_def.col) |
1869 | 1869 |
FROM util.derived_col_defs(table_) derived_col_def |
1870 |
; |
|
1871 |
SELECT NULL::void; -- don't fold away functions called in previous query |
|
1870 | 1872 |
$$; |
1871 | 1873 |
|
1872 | 1874 |
|
Also available in: Unified diff
bugfix: schemas/util.sql: derived_col_constraints_enable(): need final `SELECT NULL::void` so don't fold away functions called in previous query