mirror of https://github.com/citusdata/citus.git
Resets search path
parent
971a4869a9
commit
a0e67cb0e2
|
@ -468,4 +468,5 @@ drop database test_2pc_db;
|
||||||
set citus.enable_create_database_propagation to off;
|
set citus.enable_create_database_propagation to off;
|
||||||
DROP SCHEMA grant_on_database_propagation_non_maindb CASCADE;
|
DROP SCHEMA grant_on_database_propagation_non_maindb CASCADE;
|
||||||
reset citus.enable_create_database_propagation;
|
reset citus.enable_create_database_propagation;
|
||||||
|
reset search_path;
|
||||||
---------------------------------------------------------------------
|
---------------------------------------------------------------------
|
||||||
|
|
|
@ -243,5 +243,5 @@ set citus.enable_create_database_propagation to off;
|
||||||
DROP SCHEMA grant_on_database_propagation_non_maindb CASCADE;
|
DROP SCHEMA grant_on_database_propagation_non_maindb CASCADE;
|
||||||
|
|
||||||
reset citus.enable_create_database_propagation;
|
reset citus.enable_create_database_propagation;
|
||||||
|
reset search_path;
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue