Project

General

Profile

« Previous | Next » 

Revision 14322

bugfix: derived_col_constraints_enable(): also need to update col comments, in addition to table__fill_derived()

View differences:

trunk/schemas/util.sql
1878 1878
;
1879 1879
SELECT NULL::void; -- don't fold away functions called in previous query
1880 1880

  
1881
-- update table__fill_derived() w/ formatting changes from enabling constraints
1882
SELECT util.derived_cols_trigger_update(table_);
1881
/* update col comments and table__fill_derived() with formatting changes from
1882
enabling constraints */
1883
SELECT util.derived_cols_update(table_);
1883 1884
$$;
1884 1885

  
1885 1886

  

Also available in: Unified diff