diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml
index b81f33732fb..74c66fb6110 100644
--- a/doc/src/sgml/postgres-fdw.sgml
+++ b/doc/src/sgml/postgres-fdw.sgml
@@ -1471,8 +1471,8 @@ CREATE FOREIGN TABLE foreign_table (
         id integer NOT NULL,
         data text
 )
-        SERVER foreign_server
-        OPTIONS (schema_name 'some_schema', table_name 'some_table');
+SERVER foreign_server
+OPTIONS (schema_name 'some_schema', table_name 'some_table');
 </programlisting>
 
    It's essential that the data types and other properties of the columns
