Final cleanup for the base schema, re search_path ... I hope
[evergreen-equinox.git] / Open-ILS / src / sql / Pg / 000.functions.general.sql
index cb6f82b..2f09a50 100644 (file)
@@ -24,6 +24,6 @@ EXECUTE 'ALTER DATABASE ' || quote_ident(current_database()) || ' SET ' || quote
 END;
 $$ LANGUAGE plpgsql;
 
-SELECT evergreen.change_db_setting('search_path', ARRAY['public','pg_catalog']);
+SELECT evergreen.change_db_setting('search_path', ARRAY['evergreen','public','pg_catalog']);
 
 COMMIT;