forked from huawei/openGauss-server
修改create table中包含了不支持的distribute by选项
This commit is contained in:
parent
d5c33a5a9a
commit
5c1df58f33
|
@ -19,7 +19,6 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI
|
|||
[ ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP } ]
|
||||
[ COMPRESS | NOCOMPRESS ]
|
||||
[ TABLESPACE tablespace_name ]
|
||||
[ DISTRIBUTE BY { REPLICATION | { HASH ( column_name [,...] ) } } ]
|
||||
[ TO { GROUP groupname | NODE ( nodename [, ... ] ) } ];
|
||||
|
||||
where column_constraint can be:
|
||||
|
|
Loading…
Reference in New Issue