Revision 14245
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/schemas/util.sql | ||
---|---|---|
2079 | 2079 |
LANGUAGE plpgsql VOLATILE |
2080 | 2080 |
COST 100; |
2081 | 2081 |
$$); |
2082 |
PERFORM util.set_comment(trigger_func_name_sql::regproc, ' |
|
2083 |
autogenerated, do not edit |
|
2084 |
|
|
2085 |
to regenerate: |
|
2086 |
SELECT util.derived_cols_sync('||util.quote_typed(table_)||'); |
|
2087 |
'); |
|
2082 | 2088 |
|
2083 | 2089 |
-- util.name() only works once func exists |
2084 | 2090 |
trigger_name = util.name(trigger_func_name_sql::regproc); |
Also available in: Unified diff
schemas/util.sql: derived_cols_sync(): table__fill_derived(): document in the function comment how to regenerate it