projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c29c578
)
Make release notes aware that --xlog-method was renamed
author
Alvaro Herrera
Wed, 18 Oct 2017 11:21:43 +0000
(13:21 +0200)
committer
Alvaro Herrera
Wed, 18 Oct 2017 11:23:12 +0000
(13:23 +0200)
Author: David G. Johnston
Discussion: https:/postgr.es/m/CAKFQuwaCsb-OKOjQXGeN0R7byxiRWvr7OtyKDbJoYgiF2vBG4Q@mail.gmail.com
doc/src/sgml/release-10.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-10.sgml
b/doc/src/sgml/release-10.sgml
index 116f7224daa07fdcfa2d08f03ec9e73d0aba46ea..f1f7cfed5f392729f8d8ca354df8fab81e6fd8d7 100644
(file)
--- a/
doc/src/sgml/release-10.sgml
+++ b/
doc/src/sgml/release-10.sgml
@@
-242,7
+242,7
@@
This changes
pg_basebackup
's
-
-X
/
--
xlog
-method
default to
stream
.
+
-X
/
--
wal
-method
default to
stream
.
An option value
none
has been added to reproduce the old
behavior. The
pg_basebackup
option
-x
has been removed (instead, use
-X fetch
).