From 59c67ecdd39725aaee0db6e09f399c8e6c248f22 Mon Sep 17 00:00:00 2001
From: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: Fri, 27 Jan 2012 12:48:42 +0200
Subject: [PATCH] Fix copy-paste error in docs.

Dean Rasheed
---
 doc/src/sgml/ref/alter_foreign_table.sgml | 4 ++--
 1 file 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>
-- 
GitLab