citus/src/test/regress/sql/multi_follower_sanity_check...

9 lines
254 B
SQL

-- check that the nodes are all in read-only mode and rejecting write queries
\c - - - :follower_master_port
CREATE TABLE tab (a int);
\c - - - :follower_worker_1_port
CREATE TABLE tab (a int);
\c - - - :follower_worker_2_port
CREATE TABLE tab (a int);