Revision 14320
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/schemas/util.sql | ||
---|---|---|
1879 | 1879 |
SELECT NULL::void; -- don't fold away functions called in previous query |
1880 | 1880 |
|
1881 | 1881 |
-- update table__fill_derived() w/ formatting changes from enabling constraints |
1882 |
SELECT util.derived_cols_update(table_); |
|
1882 |
SELECT util.derived_cols_trigger_update(table_);
|
|
1883 | 1883 |
$$; |
1884 | 1884 |
|
1885 | 1885 |
|
Also available in: Unified diff
bugfix: schemas/util.sql: derived_col_constraints_enable(): need to update table__fill_derived() w/ formatting changes from enabling constraints