From ae6180da3fe0c700432e768ac18c8a27811a9b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=B2=B2=E9=B9=8F?= Date: Thu, 10 Sep 2020 14:41:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9\h=E4=B8=ADcreate=20table=20p?= =?UTF-8?q?artition=E4=B8=AD=E4=B8=8D=E6=94=AF=E6=8C=81=E7=9A=84distribute?= =?UTF-8?q?=20by=E9=80=89=E9=A1=B9?= 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 deletion(-) diff --git a/doc/src/sgml/ref/create_table_partition.sgmlin b/doc/src/sgml/ref/create_table_partition.sgmlin index 2b38d2792..42d3a0593 100644 --- a/doc/src/sgml/ref/create_table_partition.sgmlin +++ b/doc/src/sgml/ref/create_table_partition.sgmlin @@ -20,7 +20,6 @@ CREATE TABLE [ IF NOT EXISTS ] partition_table_name [ WITH ( {storage_parameter = value} [, ... ] ) ] [ COMPRESS | NOCOMPRESS ] [ TABLESPACE tablespace_name ] -[ DISTRIBUTE BY { REPLICATION | { [ HASH ] ( column_name ) } } ] [ TO { GROUP groupname | NODE ( nodename [, ... ] ) } ] PARTITION BY { {VALUES (partition_key)} |