Revision 14319
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/schemas/util.sql | ||
---|---|---|
1877 | 1877 |
FROM util.derived_col_defs(table_) derived_col_def |
1878 | 1878 |
; |
1879 | 1879 |
SELECT NULL::void; -- don't fold away functions called in previous query |
1880 |
|
|
1881 |
-- update table__fill_derived() w/ formatting changes from enabling constraints |
|
1882 |
SELECT util.derived_cols_update(table_); |
|
1880 | 1883 |
$$; |
1881 | 1884 |
|
1882 | 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