Skip to content
Snippets Groups Projects
Commit 59c67ecd authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

Fix copy-paste error in docs.

Dean Rasheed
parent c9f14bb4
No related branches found
No related tags found
No related merge requests found
...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment