Project

General

Profile

« Previous | Next » 

Revision 12379

schemas/vegbien.sql: public_validations.remake_diff_table(in_view regclass): document how to regenerate the diff table, in a place that's readily available to someone using the table

View differences:

trunk/schemas/vegbien.sql
2029 2029
	
2030 2030
	PERFORM util.remake_diff_table(diff_table, rematerialize_in_view(in_view),
2031 2031
		rematerialize_out_view(in_view), type_table);
2032
	/* document how to regenerate the diff table, in a place that's readily
2033
	available to someone using the table */
2034
	PERFORM util.append_comment(diff_table, '
2035
to regenerate this table:
2036
SELECT '|| util.quote_func_call(
2037
util.curr_func('remake_diff_table', schema_anchor), util.quote_typed(in_view))
2038
||';
2039
');
2032 2040
	
2033 2041
	RETURN diff_table;
2034 2042
END;

Also available in: Unified diff