support-partitioning-for-citus-local-tables
Ahmet Gedemenli 2021-09-15 17:01:40 +03:00
parent 588586880c
commit e3815a7b7c
1 changed files with 1 additions and 1 deletions

View File

@ -627,7 +627,7 @@ SELECT create_distributed_table('partitioned_distributed','a');
\d+ citus_local_tables_test_schema.partitioned_distributed_1504046
\c - - - :master_port
-- verify that mx nodes have the shell table
-- verify that mx nodes have the shell table
SET search_path TO citus_local_tables_test_schema;
CREATE TABLE partitioned_mx (a INT UNIQUE) PARTITION BY RANGE(a);
CREATE TABLE partitioned_mx_1 PARTITION OF partitioned_mx FOR VALUES FROM (1) TO (4);