mirror of
https://github.com/postgres/postgres.git
synced 2026-03-04 14:24:01 -05:00
Fix copy/paste error in docs
Author: Julien Rouhaud <julien.rouhaud@dalibo.com>
This commit is contained in:
parent
f6da23f526
commit
81a4dcf2f2
1 changed files with 2 additions and 2 deletions
|
|
@ -46,8 +46,8 @@ DROP PUBLICATION [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable>
|
|||
<term><literal>IF EXISTS</literal></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Do not throw an error if the extension does not exist. A notice is issued
|
||||
in this case.
|
||||
Do not throw an error if the publication does not exist. A notice is
|
||||
issued in this case.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
|||
Loading…
Reference in a new issue