mirror of https://github.com/citusdata/citus.git
5 lines
317 B
SQL
5 lines
317 B
SQL
CREATE TABLESPACE test_tablespace LOCATION '/home/talha/citus/src/test/regress/data/ts0';
|
|
\c - - - :worker_1_port
|
|
CREATE TABLESPACE test_tablespace LOCATION '/home/talha/citus/src/test/regress/data/ts1';
|
|
\c - - - :worker_2_port
|
|
CREATE TABLESPACE test_tablespace LOCATION '/home/talha/citus/src/test/regress/data/ts2'; |