Revision 12337
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/schemas/vegbien.sql | ||
---|---|---|
2011 | 2011 |
|
2012 | 2012 |
CREATE FUNCTION remake_diff_tables(schema text, schema_anchor anyelement DEFAULT NULL::schema_anchor) RETURNS void |
2013 | 2013 |
LANGUAGE plpgsql |
2014 |
SET search_path TO pg_temp |
|
2014 | 2015 |
AS $$ |
2015 | 2016 |
/* must use LANGUAGE plpgsql because LANGUAGE sql does not support runtime |
2016 | 2017 |
changes of search_path (schema elements are bound at inline time rather than |
Also available in: Unified diff
fix: schemas/vegbien.sql: remake_diff_tables(): need to set function option search_path in order to limit the effects of `SET LOCAL search_path` (mk_set_search_path()) to the current function