aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2012-01-27 12:48:42 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2012-01-27 12:48:42 +0200
commit59c67ecdd39725aaee0db6e09f399c8e6c248f22 (patch)
tree92e0292e68a9f6e07e94a574ad4140fb16386b3e
parentc9f14bb4acf3e5caff97ef0a639c3ee911932e1c (diff)
downloadpostgresql-59c67ecdd39725aaee0db6e09f399c8e6c248f22.tar.gz
postgresql-59c67ecdd39725aaee0db6e09f399c8e6c248f22.zip
Fix copy-paste error in docs.
Dean Rasheed
-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>