forked from openGauss-Ecosystem/openGauss-server
!2926 添加create table partition帮助中支持distribute功能的约束
Merge pull request !2926 from yuchao/master
This commit is contained in:
commit
d5922c6a7e
|
@ -22,6 +22,7 @@ CREATE TABLE [ IF NOT EXISTS ] partition_table_name
|
|||
[ COMPRESS | NOCOMPRESS ]
|
||||
[ TABLESPACE tablespace_name ]
|
||||
[ DISTRIBUTE BY { REPLICATION | { [ HASH ] ( column_name ) } } ]
|
||||
NOTICE: DISTRIBUTE BY is only avaliable in DISTRIBUTED mode!
|
||||
[ TO { GROUP groupname | NODE ( nodename [, ... ] ) } ]
|
||||
PARTITION BY {
|
||||
{VALUES (partition_key)} |
|
||||
|
|
Loading…
Reference in New Issue