From 5623ccf0902f550b8046d8b303e94fdf4b371981 Mon Sep 17 00:00:00 2001 From: luozihao <1165977584@qq.com> Date: Thu, 3 Nov 2022 11:28:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E8=AF=AD=E6=B3=95=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BF=AE=E6=AD=A3create=20server=E7=9A=84=E5=B8=AE?= =?UTF-8?q?=E5=8A=A9=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/src/sgml/ref/create_server.sgmlin | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/create_server.sgmlin b/doc/src/sgml/ref/create_server.sgmlin index c94168b2a..65b8f57ea 100644 --- a/doc/src/sgml/ref/create_server.sgmlin +++ b/doc/src/sgml/ref/create_server.sgmlin @@ -11,8 +11,10 @@ CREATE SERVER server_name + [ TYPE 'server_type' ] + [ VERSION ' server_version ' ] FOREIGN DATA WRAPPER fdw_name - OPTIONS ( { option_name ' value ' } [, ...] ) ; + [ OPTIONS ( { option_name ' value ' } [, ...] ) ] ; \ No newline at end of file