summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFujii Masao2013-11-27 05:00:16 +0000
committerFujii Masao2013-11-27 05:00:16 +0000
commitd1b88f6b3660753771895a4441b6bb4ccc9bcaac (patch)
treeb3a3d2b2f7fb4a58ee8327fe779f00110fdf236a /doc
parent551c78281b47b8ab12cfc142b8da68db8473e591 (diff)
Add --xlogdir option to pg_basebackup, for specifying the pg_xlog directory.
Haribabu kommi, slightly modified by me.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/sgml/ref/pg_basebackup.sgml12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml
index eb0c1d6f36..c379df546c 100644
--- a/doc/src/sgml/ref/pg_basebackup.sgml
+++ b/doc/src/sgml/ref/pg_basebackup.sgml
@@ -203,6 +203,18 @@ PostgreSQL documentation
</varlistentry>
<varlistentry>
+ <term><option>--xlogdir=<replaceable class="parameter">xlogdir</replaceable></option></term>
+ <listitem>
+ <para>
+ Specifies the location for the transaction log directory.
+ <replaceable>xlogdir</replaceable> must be an absolute path.
+ The transaction log directory can only be specified when
+ the backup is in plain mode.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>-x</option></term>
<term><option>--xlog</option></term>
<listitem>