mirror of https://github.com/citusdata/citus.git
Fixes role operations error
parent
e0c189c1a1
commit
8179cf7e39
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue