From 81a4dcf2f2f92dc01ce0cf318dc9fabfb3021bd7 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sun, 18 Jun 2017 19:41:46 +0200 Subject: [PATCH] Fix copy/paste error in docs Author: Julien Rouhaud --- doc/src/sgml/ref/drop_publication.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/drop_publication.sgml b/doc/src/sgml/ref/drop_publication.sgml index 517d1422517..8e45a439820 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. -- 2.39.5