Make release notes aware that --xlog-method was renamed
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 18 Oct 2017 11:21:43 +0000 (13:21 +0200)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
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

index 116f7224daa07fdcfa2d08f03ec9e73d0aba46ea..f1f7cfed5f392729f8d8ca354df8fab81e6fd8d7 100644 (file)
 
      <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>).