From: Alvaro Herrera Date: Wed, 18 Oct 2017 11:21:43 +0000 (+0200) Subject: Make release notes aware that --xlog-method was renamed X-Git-Tag: REL_11_BETA1~1368 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5b73093339d965744607b786d7c34bf8f430935;p=thirdparty%2Fpostgresql.git Make release notes aware that --xlog-method was renamed Author: David G. Johnston Discussion: https:/postgr.es/m/CAKFQuwaCsb-OKOjQXGeN0R7byxiRWvr7OtyKDbJoYgiF2vBG4Q@mail.gmail.com --- 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 @@ This changes pg_basebackup's - / default to stream. + / default to stream. An option value none has been added to reproduce the old behavior. The pg_basebackup option has been removed (instead, use -X fetch).