citus/src/test/regress
Metin Doslu 866271b765 Add COPY support on worker nodes for append partitioned relations
Now, we can copy to an append-partitioned distributed relation from
any worker node by providing master options such as;

COPY relation_name FROM file_path WITH (delimiter '|', master_host 'localhost', master_port 5432);

where master_port is optional and default is 5432.
2016-05-03 16:00:00 +03:00
..
data Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
expected Add COPY support on worker nodes for append partitioned relations 2016-05-03 16:00:00 +03:00
input Add COPY support on worker nodes for append partitioned relations 2016-05-03 16:00:00 +03:00
output Add COPY support on worker nodes for append partitioned relations 2016-05-03 16:00:00 +03:00
sql Add COPY support on worker nodes for append partitioned relations 2016-05-03 16:00:00 +03:00
.gitignore Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
Makefile Changed product name to citus 2016-02-15 16:04:31 +02:00
multi_fdw_schedule Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
multi_schedule Add EXPLAIN for simple distributed queries 2016-04-30 00:11:02 +02:00
pg_regress_multi.pl Always create database for regression tests with a fixed username. 2016-04-27 10:00:08 -07:00
worker_schedule Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00