mirror of https://github.com/citusdata/citus.git
24 lines
585 B
Plaintext
24 lines
585 B
Plaintext
ALTER SYSTEM SET citus.enable_ddl_propagation = 'true';
|
|
SELECT pg_reload_conf();
|
|
pg_reload_conf
|
|
---------------------------------------------------------------------
|
|
t
|
|
(1 row)
|
|
|
|
\c - - - :worker_1_port
|
|
ALTER SYSTEM SET citus.enable_ddl_propagation = 'true';
|
|
SELECT pg_reload_conf();
|
|
pg_reload_conf
|
|
---------------------------------------------------------------------
|
|
t
|
|
(1 row)
|
|
|
|
\c - - - :worker_2_port
|
|
ALTER SYSTEM SET citus.enable_ddl_propagation = 'true';
|
|
SELECT pg_reload_conf();
|
|
pg_reload_conf
|
|
---------------------------------------------------------------------
|
|
t
|
|
(1 row)
|
|
|