Fix copy-paste error in docs.

Dean Rasheed
This commit is contained in:
Heikki Linnakangas 2012-01-27 12:48:42 +02:00
parent c9f14bb4ac
commit 59c67ecdd3
1 changed files with 2 additions and 2 deletions

View 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>