| From: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
|---|---|
| To: | "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | v10 telease note for pg_basebackup refers to old --xlog-method argument |
| Date: | 2017-10-17 20:58:32 |
| Message-ID: | CAKFQuwaCsb-OKOjQXGeN0R7byxiRWvr7OtyKDbJoYgiF2vBG4Q@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml
index 116f7224da..f1f7cfed5f 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>).
Also attached.
David J.
| Attachment | Content-Type | Size |
|---|---|---|
| v10-release-notes-pg_basebackup-option-name-fix.diff | text/plain | 709 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2017-10-17 21:39:57 | Re: [POC] Faster processing at Gather node |
| Previous Message | Vik Fearing | 2017-10-17 20:44:56 | Re: Determine state of cluster (HA) |