Revision 14251
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/schemas/util.sql | ||
---|---|---|
2088 | 2088 |
autogenerated, do not edit |
2089 | 2089 |
|
2090 | 2090 |
to regenerate: |
2091 |
SELECT util.derived_cols_sync('||util.quote_typed(table_)||');
|
|
2091 |
SELECT util.derived_cols_trigger_update('||util.quote_typed(table_)||');
|
|
2092 | 2092 |
'); |
2093 | 2093 |
|
2094 | 2094 |
-- util.name() only works once func exists |
Also available in: Unified diff
schemas/util.sql: derived_cols_sync(): renamed to derived_cols_trigger_update() for clarity