!2926 添加create table partition帮助中支持distribute功能的约束

Merge pull request !2926 from yuchao/master
This commit is contained in:
opengauss-bot 2023-02-22 03:09:35 +00:00 committed by Gitee
commit d5922c6a7e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -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)} |