From 7e1ec33c46357fed1507046e48e7a0f37acf839b 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:40:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9create=20table=20as=E4=B8=AD?= =?UTF-8?q?=E5=8C=85=E5=90=AB=E4=BA=86=E4=B8=8D=E6=94=AF=E6=8C=81=E7=9A=84?= =?UTF-8?q?distribute=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_as.sgmlin | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/src/sgml/ref/create_table_as.sgmlin b/doc/src/sgml/ref/create_table_as.sgmlin index b2016a258..ae5fd5ef5 100644 --- a/doc/src/sgml/ref/create_table_as.sgmlin +++ b/doc/src/sgml/ref/create_table_as.sgmlin @@ -15,7 +15,6 @@ CREATE [ UNLOGGED ] TABLE table_name [ WITH ( {storage_parameter = value} [, ... ] ) ] [ COMPRESS | NOCOMPRESS ] [ TABLESPACE tablespace_name ] - [ DISTRIBUTE BY { REPLICATION | { [HASH ] ( column_name ) } } ] [ TO { GROUP groupname | NODE ( nodename [, ... ] ) } ] AS query [ WITH [ NO ] DATA ];