Project

General

Profile

« Previous | Next » 

Revision 12295

schemas/vegbien.sql: remake_diff_table(): prepend ~ to the type table so that it sorts at the end, away from the main tables

View differences:

vegbien.sql
1965 1965
`SET LOCAL search_path` (mk_set_search_path()) to the current function */
1966 1966
DECLARE
1967 1967
	type_table text = util.qual_name(util.schema(in_view),
1968
		'_type_'||util.name(in_view));
1968
		'~type.'||util.name(in_view)); -- sort at end, away from the main tables
1969 1969
	diff_table text = util.qual_name(util.schema(in_view),
1970 1970
		'_diff_'||util.name(in_view));
1971 1971
BEGIN

Also available in: Unified diff