projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6da23f
)
Fix copy/paste error in docs
author
Magnus Hagander
Sun, 18 Jun 2017 17:41:46 +0000
(19:41 +0200)
committer
Magnus Hagander
Sun, 18 Jun 2017 17:41:46 +0000
(19:41 +0200)
Author: Julien Rouhaud
doc/src/sgml/ref/drop_publication.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/drop_publication.sgml
b/doc/src/sgml/ref/drop_publication.sgml
index 517d1422517311612b976680e7e56cb0fe0b6775..8e45a439820fb4f580c62bc21a14a9e172f0a4df 100644
(file)
--- 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
+ i
ssued i
n this case.