From 6d2b1fbdb0403985cfeb3ebac10185248e4af2d8 Mon Sep 17 00:00:00 2001 From: yuchao Date: Sat, 18 Feb 2023 18:00:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0create=20table=20partition?= =?UTF-8?q?=E5=B8=AE=E5=8A=A9=E4=B8=AD=E6=94=AF=E6=8C=81distribute?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E7=9A=84=E7=BA=A6=E6=9D=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/src/sgml/ref/create_table_partition.sgmlin | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/src/sgml/ref/create_table_partition.sgmlin b/doc/src/sgml/ref/create_table_partition.sgmlin index 4ea0cf487..bac6bc345 100644 --- a/doc/src/sgml/ref/create_table_partition.sgmlin +++ b/doc/src/sgml/ref/create_table_partition.sgmlin @@ -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)} |