]> granicus.if.org Git - postgresql/commitdiff
Fix copy/paste error in docs
authorMagnus Hagander <magnus@hagander.net>
Sun, 18 Jun 2017 17:41:46 +0000 (19:41 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sun, 18 Jun 2017 17:41:46 +0000 (19:41 +0200)
Author: Julien Rouhaud <julien.rouhaud@dalibo.com>

doc/src/sgml/ref/drop_publication.sgml

index 517d1422517311612b976680e7e56cb0fe0b6775..8e45a439820fb4f580c62bc21a14a9e172f0a4df 100644 (file)
@@ -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>