Fix copy/paste error in docs
authorMagnus Hagander
Sun, 18 Jun 2017 17:41:46 +0000 (19:41 +0200)
committerMagnus Hagander
Sun, 18 Jun 2017 17:41:46 +0000 (19:41 +0200)
Author: Julien Rouhaud 

doc/src/sgml/ref/drop_publication.sgml

index 517d1422517311612b976680e7e56cb0fe0b6775..8e45a439820fb4f580c62bc21a14a9e172f0a4df 100644 (file)
@@ -46,8 +46,8 @@ DROP PUBLICATION [ IF EXISTS ] name
     IF EXISTS
     
      
-      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.