Project

General

Profile

« Previous | Next » 

Revision 12484

schemas/util.sql, vegbien.sql: use util.use_own_schema()/util.set_search_path() instead of EXECUTE util.mk_use_own_schema()/util.mk_set_search_path()

View differences:

util.sql
1056 1056
/* function option search_path is needed to limit the effects of
1057 1057
`SET LOCAL search_path` (mk_set_search_path()) to the current function */
1058 1058
BEGIN
1059
	EXECUTE util.mk_set_search_path(concat_ws(', ', search_path, 'util'));
1059
	PERFORM util.set_search_path(concat_ws(', ', search_path, 'util'));
1060 1060
		-- need util.%== as default/fallback
1061 1061
	
1062 1062
	RETURN QUERY

Also available in: Unified diff