postgres=# create table aa (a int) distribute by replication to node dn2; CREATE TABLE postgres=# insert into aa values (generate_series(1,10)); INSERT 0 10 postgres=# copy aa to stdout; -- no output here postgres=# Node choice is not correct.
Fixed by commit cc12ea8.
Log in to post a comment.
Fixed by commit cc12ea8.