Revision 14186
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/schemas/util.sql | ||
---|---|---|
1695 | 1695 |
LANGUAGE sql |
1696 | 1696 |
AS $$ |
1697 | 1697 |
-- populate derived columns by triggering table__fill_derived() |
1698 |
SELECT util.run_triggers(table_) |
|
1698 |
SELECT util.run_triggers(table_); |
|
1699 |
|
|
1700 |
SELECT util.derived_col_constraints_enable(table_); |
|
1699 | 1701 |
$$; |
1700 | 1702 |
|
1701 | 1703 |
|
Also available in: Unified diff
schemas/util.sql: derived_cols_populate(): also run util.derived_col_constraints_enable() once populated