]> granicus.if.org Git - postgresql/commitdiff
Fix copy-paste error in docs.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 27 Jan 2012 10:48:42 +0000 (12:48 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 27 Jan 2012 10:48:42 +0000 (12:48 +0200)
Dean Rasheed

doc/src/sgml/ref/alter_foreign_table.sgml

index 455527c5bfa46c0ffc155a570b5cc28827d944d8..c4cdaa8289df2c914c392b5376aeec6461ec5f61 100644 (file)
@@ -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>