aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/ref/alter_foreign_table.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/alter_foreign_table.sgml b/doc/src/sgml/ref/alter_foreign_table.sgml
index 9d14b195809..c2ebdac8479 100644
--- a/doc/src/sgml/ref/alter_foreign_table.sgml
+++ b/doc/src/sgml/ref/alter_foreign_table.sgml
@@ -264,7 +264,7 @@ ALTER FOREIGN TABLE <replaceable class="PARAMETER">name</replaceable>
added or removed with <literal>ADD COLUMN</literal> or
<literal>DROP COLUMN</literal>, a system <literal>oid</> column is added
or removed, a <literal>CHECK</> or <literal>NOT NULL</> constraint is
- added, or column type is changed with <literal>ALTER TYPE</>. It is the
+ added, or column type is changed with <literal>SET DATA TYPE</>. It is the
user's responsibility to ensure that the table definition matches the
remote side.
</para>