Commit 59c67ecd authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix copy-paste error in docs.

Dean Rasheed
parent c9f14bb4
...@@ -79,8 +79,8 @@ ALTER FOREIGN TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceab ...@@ -79,8 +79,8 @@ ALTER FOREIGN TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceab
<term><literal>IF EXISTS</literal></term> <term><literal>IF EXISTS</literal></term>
<listitem> <listitem>
<para> <para>
Do not throw an error if the sequence does not exist. A notice is issued Do not throw an error if the foreign table does not exist. A notice is
in this case. issued in this case.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment