diff --git a/doc/src/sgml/ref/create_foreign_table.sgml b/doc/src/sgml/ref/create_foreign_table.sgml index 77c62140f28..ad91072bd12 100644 --- a/doc/src/sgml/ref/create_foreign_table.sgml +++ b/doc/src/sgml/ref/create_foreign_table.sgml @@ -126,7 +126,16 @@ CREATE FOREIGN TABLE [ IF NOT EXISTS ] table_name - OPTIONS ( option = 'value' [, ...] ) + server_name + + + The name of an existing server for the foreign table. + + + + + + OPTIONS ( option 'value' [, ...] ) Options to be associated with the new foreign table.