diff --git a/doc/src/sgml/ref/create_foreign_table.sgml b/doc/src/sgml/ref/create_foreign_table.sgml
index 77c6214..ad91072 100644
*** a/doc/src/sgml/ref/create_foreign_table.sgml
--- b/doc/src/sgml/ref/create_foreign_table.sgml
*************** CREATE FOREIGN TABLE [ IF NOT EXISTS ] <
*** 126,132 ****
! OPTIONS ( option = 'value' [, ...] )
Options to be associated with the new foreign table.
--- 126,141 ----
! server_name
!
!
! The name of an existing server for the foreign table.
!
!
!
!
!
! OPTIONS ( option 'value' [, ...] )
Options to be associated with the new foreign table.