summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2017-02-09 16:42:51 -0500
committerRobert Haas <rhaas@postgresql.org>2017-02-09 16:42:51 -0500
commit62e8b387514ce965c8b3d67c81990e0ecf8c9b83 (patch)
tree3aa47c094d2da717faf25a5012c1d38b7984410f /doc/src
parent3f01fd4ca0b4c81333b1f0dadb09c73aa589ab6e (diff)
Rename command line options for ongoing xlog -> wal conversion.
initdb and pg_basebackup now have a --waldir option rather --xlogdir, and pg_basebackup now has --wal-method rather than --xlog-method.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/initdb.sgml2
-rw-r--r--doc/src/sgml/ref/pg_basebackup.sgml6
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml
index 31f081ae7a5..1aaa4901af7 100644
--- a/doc/src/sgml/ref/initdb.sgml
+++ b/doc/src/sgml/ref/initdb.sgml
@@ -311,7 +311,7 @@ PostgreSQL documentation
<varlistentry>
<term><option>-X <replaceable class="parameter">directory</replaceable></option></term>
- <term><option>--xlogdir=<replaceable class="parameter">directory</replaceable></option></term>
+ <term><option>--waldir=<replaceable class="parameter">directory</replaceable></option></term>
<listitem>
<para>
This option specifies the directory where the transaction log
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml
index 5c2db2581c3..c9dd62c1415 100644
--- a/doc/src/sgml/ref/pg_basebackup.sgml
+++ b/doc/src/sgml/ref/pg_basebackup.sgml
@@ -296,11 +296,11 @@ PostgreSQL documentation
</varlistentry>
<varlistentry>
- <term><option>--xlogdir=<replaceable class="parameter">xlogdir</replaceable></option></term>
+ <term><option>--waldir=<replaceable class="parameter">waldir</replaceable></option></term>
<listitem>
<para>
Specifies the location for the transaction log directory.
- <replaceable>xlogdir</replaceable> must be an absolute path.
+ <replaceable>waldir</replaceable> must be an absolute path.
The transaction log directory can only be specified when
the backup is in plain mode.
</para>
@@ -309,7 +309,7 @@ PostgreSQL documentation
<varlistentry>
<term><option>-X <replaceable class="parameter">method</replaceable></option></term>
- <term><option>--xlog-method=<replaceable class="parameter">method</replaceable></option></term>
+ <term><option>--wal-method=<replaceable class="parameter">method</replaceable></option></term>
<listitem>
<para>
Includes the required transaction log files (WAL files) in the