Revision 12499
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/schemas/vegbien.sql | ||
---|---|---|
2073 | 2073 |
rematerialize_out_view(in_view), type_table); |
2074 | 2074 |
/* document how to regenerate the diff table, in a place that's readily |
2075 | 2075 |
available to someone using the table */ |
2076 |
PERFORM util.append_comment(diff_table, '
|
|
2076 |
PERFORM util.prepend_comment(diff_table, '
|
|
2077 | 2077 |
to regenerate this table: |
2078 | 2078 |
SELECT '|| util.quote_func_call( |
2079 | 2079 |
util.curr_func('remake_diff_table', schema_anchor), util.quote_typed(in_view)) |
Also available in: Unified diff
schemas/vegbien.sql: remake_diff_table(): instructions for how to regenerate the diff table: put these at the beginning of the table comment instead of the end, because they are the most important info about the table that a user needs to know