diff --git a/doc/src/sgml/ref/alter_foreign_table.sgml b/doc/src/sgml/ref/alter_foreign_table.sgml index c2ebdac..abd335b 100644 *** a/doc/src/sgml/ref/alter_foreign_table.sgml --- b/doc/src/sgml/ref/alter_foreign_table.sgml *************** ALTER FOREIGN TABLE OPTIONS ( [ ADD | SET | DROP ] option ['value'] [, ... ] ) ! Change options for the foreign table or the column of the foreign table. ADD, SET, and DROP specify the action to be performed. ADD is assumed if no operation is explicitly specified. Option names must be --- 125,131 ---- OPTIONS ( [ ADD | SET | DROP ] option ['value'] [, ... ] ) ! Change options for the foreign table. ADD, SET, and DROP specify the action to be performed. ADD is assumed if no operation is explicitly specified. Option names must be *************** ALTER FOREIGN TABLE new_name ! New name for the table. --- 196,202 ---- new_name ! New name for the foreign table. *************** ALTER FOREIGN TABLE new_owner ! The user name of the new owner of the table. --- 235,241 ---- new_owner ! The user name of the new owner of the foreign table. *************** ALTER FOREIGN TABLE new_schema ! The name of the schema to which the table will be moved. --- 244,250 ---- new_schema ! The name of the schema to which the foreign table will be moved. *************** ALTER FOREIGN TABLE