]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
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:21:43 +0000 (13:21 +0200)
Author: David G. Johnston
Discussion: https:/postgr.es/m/CAKFQuwaCsb-OKOjQXGeN0R7byxiRWvr7OtyKDbJoYgiF2vBG4Q@mail.gmail.com

doc/src/sgml/release-10.sgml

index 9ef798183daba9726b32eacdeba01b71fa98ec82..09be6518a9a69cd1764660f9722d86dfd69f7622 100644 (file)
 
      <para>
       This changes <application>pg_basebackup</>'s
-      <option>-X</>/<option>--xlog-method</> default to <literal>stream</>.
+      <option>-X</>/<option>--wal-method</> default to <literal>stream</>.
       An option value <literal>none</> has been added to reproduce the old
       behavior.  The <application>pg_basebackup</> option <option>-x</>
       has been removed (instead, use <literal>-X fetch</>).