Fixes role operations error

pull/7461/head
gurkanindibay 2024-01-31 18:16:48 +03:00
parent e0c189c1a1
commit 8179cf7e39
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
-- Create a new database -- Create a new database
set citus.enable_create_database_propagation to on; set citus.enable_create_database_propagation to on;
CREATE DATABASE test_db; CREATE DATABASE test_db;
SET citus.superuser TO 'postgres';
-- Connect to the new database -- Connect to the new database
\c test_db \c test_db
-- Test CREATE ROLE with various options -- Test CREATE ROLE with various options

View File

@ -4,6 +4,7 @@ set citus.enable_create_database_propagation to on;
CREATE DATABASE test_db; CREATE DATABASE test_db;
SET citus.superuser TO 'postgres';
-- Connect to the new database -- Connect to the new database
\c test_db \c test_db
-- Test CREATE ROLE with various options -- Test CREATE ROLE with various options