aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2017-10-18 13:21:43 +0200
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2017-10-18 13:23:12 +0200
commitf5b73093339d965744607b786d7c34bf8f430935 (patch)
tree80a1773c2563ca4a096c4036ff4bbc1efee8583e
parentc29c578908dc0271eeb13a4014e54bff07a29c05 (diff)
downloadpostgresql-f5b73093339d965744607b786d7c34bf8f430935.tar.gz
postgresql-f5b73093339d965744607b786d7c34bf8f430935.zip
Make release notes aware that --xlog-method was renamed
Author: David G. Johnston Discussion: https:/postgr.es/m/CAKFQuwaCsb-OKOjQXGeN0R7byxiRWvr7OtyKDbJoYgiF2vBG4Q@mail.gmail.com
-rw-r--r--doc/src/sgml/release-10.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml
index 116f7224daa..f1f7cfed5f3 100644
--- a/doc/src/sgml/release-10.sgml
+++ b/doc/src/sgml/release-10.sgml
@@ -242,7 +242,7 @@
<para>
This changes <application>pg_basebackup</application>'s
- <option>-X</option>/<option>--xlog-method</option> default to <literal>stream</literal>.
+ <option>-X</option>/<option>--wal-method</option> default to <literal>stream</literal>.
An option value <literal>none</literal> has been added to reproduce the old
behavior. The <application>pg_basebackup</application> option <option>-x</option>
has been removed (instead, use <literal>-X fetch</literal>).