mirror of https://github.com/citusdata/citus.git
6 lines
318 B
Plaintext
6 lines
318 B
Plaintext
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';
|