From: Heikki Linnakangas Date: Fri, 27 Jan 2012 10:48:42 +0000 (+0200) Subject: Fix copy-paste error in docs. X-Git-Tag: REL9_2_BETA1~528 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=59c67ecdd39725aaee0db6e09f399c8e6c248f22;p=postgresql.git Fix copy-paste error in docs. Dean Rasheed --- 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 ] nameIF EXISTS - 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.