From: Magnus Hagander Date: Sun, 18 Jun 2017 17:41:46 +0000 (+0200) Subject: Fix copy/paste error in docs X-Git-Tag: XL_10_R1BETA1~267^2~56 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=81a4dcf2f2f92dc01ce0cf318dc9fabfb3021bd7;p=postgres-xl.git Fix copy/paste error in docs Author: Julien Rouhaud --- diff --git a/doc/src/sgml/ref/drop_publication.sgml b/doc/src/sgml/ref/drop_publication.sgml index 517d142251..8e45a43982 100644 --- a/doc/src/sgml/ref/drop_publication.sgml +++ b/doc/src/sgml/ref/drop_publication.sgml @@ -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.