mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 12:51:05 -04:00
Fix copy-paste error in docs.
Dean Rasheed
This commit is contained in:
parent
c9f14bb4ac
commit
59c67ecdd3
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue