aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/ref/alter_foreign_table.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/alter_foreign_table.sgml b/doc/src/sgml/ref/alter_foreign_table.sgml
index 455527c5bfa..c4cdaa8289d 100644
--- a/doc/src/sgml/ref/alter_foreign_table.sgml
+++ b/doc/src/sgml/ref/alter_foreign_table.sgml
@@ -79,8 +79,8 @@ ALTER FOREIGN TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceab
<term><literal>IF EXISTS</literal></term>
<listitem>
<para>
- Do not throw an error if the sequence does not exist. A notice is issued
- in this case.
+ Do not throw an error if the foreign table does not exist. A notice is
+ issued in this case.
</para>
</listitem>
</varlistentry>