Project

General

Profile

« Previous | Next » 

Revision 12492

schemas/util.sql, vegbien.sql: comment about "function option search_path": don't include `mk_set_search_path()` since that is no longer used

View differences:

util.sql
1053 1053
changes of search_path (schema elements are bound at inline time rather than
1054 1054
runtime) */
1055 1055
/* function option search_path is needed to limit the effects of
1056
`SET LOCAL search_path` (mk_set_search_path()) to the current function */
1056
`SET LOCAL search_path` to the current function */
1057 1057
BEGIN
1058 1058
	PERFORM util.use_schema($3); -- includes util.%== as default/fallback
1059 1059
	

Also available in: Unified diff