From: Ying He <yin...@ya...> - 2014-01-16 20:50:25
|
hi, All, I setup the following for testing: host1 has gtm master host2 has gtm slave host3 has gtm_proxy1, coordinator1, datanode1 host4 has gtm_proxy2, coordinator2, datanode2 once it is up and running, i connect to coordinator1 to do the following: create table t2 (a int) DISTRIBUTE BY REPLICATION ; CREATE TABLE t3 ( b int not null CONSTRAINT PK_t3 primary key, c int) INHERITS(t2); will produce ERROR: Cannot create index whose evaluation cannot be enforced to remote nodes looks like the INHERITS is not supported. Please help if you see anything wrong. Thank you. best, Ying |