Project

General

Profile

« Previous | Next » 

Revision 14252

schemas/util.sql: derived_cols_trigger_update(): to regenerate instructions: use util.derived_cols_update(), which also performs other updates

View differences:

trunk/schemas/util.sql
2088 2088
autogenerated, do not edit
2089 2089

  
2090 2090
to regenerate:
2091
SELECT util.derived_cols_trigger_update('||util.quote_typed(table_)||');
2091
SELECT util.derived_cols_update('||util.quote_typed(table_)||');
2092 2092
');
2093 2093
	
2094 2094
	-- util.name() only works once func exists

Also available in: Unified diff