projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f32bac
)
doc: clarify pg_basebackup's -C/--create-slot description
author
Bruce Momjian
Sun, 16 Sep 2018 15:35:34 +0000
(11:35 -0400)
committer
Bruce Momjian
Sun, 16 Sep 2018 15:35:34 +0000
(11:35 -0400)
The previous text was overly complex.
Backpatch-through: 11
doc/src/sgml/ref/pg_basebackup.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pg_basebackup.sgml
b/doc/src/sgml/ref/pg_basebackup.sgml
index 05cab862b7caf44163793c2878d625edb1aaf2e0..c9f6ce4bb33605e833ef84c9d00508ee80383b66 100644
(file)
--- a/
doc/src/sgml/ref/pg_basebackup.sgml
+++ b/
doc/src/sgml/ref/pg_basebackup.sgml
@@
-387,9
+387,9
@@
PostgreSQL documentation
--create-slot
- This option causes
the replication slot specifi
ed by the
- option
--slot
to be created before starting the
-
backup. In this case, a
n error is raised if the slot already exists.
+ This option causes
creation of a replication slot nam
ed by the
+
--slot
option before starting the backup.
+
A
n error is raised if the slot already exists.