Resets search path

grant_database_2pc_onur_1
gurkanindibay 2024-02-20 13:33:31 +03:00
parent 971a4869a9
commit a0e67cb0e2
2 changed files with 2 additions and 1 deletions

View File

@ -468,4 +468,5 @@ drop database test_2pc_db;
set citus.enable_create_database_propagation to off;
DROP SCHEMA grant_on_database_propagation_non_maindb CASCADE;
reset citus.enable_create_database_propagation;
reset search_path;
---------------------------------------------------------------------

View File

@ -243,5 +243,5 @@ set citus.enable_create_database_propagation to off;
DROP SCHEMA grant_on_database_propagation_non_maindb CASCADE;
reset citus.enable_create_database_propagation;
reset search_path;
---------------------------------------------------------------------------