1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-09 06:21:09 +03:00

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

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>