openGauss/MogDB与PostgreSQL表分区语法测试
原作者:彭冲
1.父子继承表
目前MogDB还不支持inherits继承特性。
omm=# CREATE TABLE tab_t2(age int) inherits(tab_t1);
ERROR: CREATE TABLE ... INHERITS is not yet supported.
原作者:彭冲
目前MogDB还不支持inherits继承特性。
omm=# CREATE TABLE tab_t2(age int) inherits(tab_t1);
ERROR: CREATE TABLE ... INHERITS is not yet supported.