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