From d1b88f6b3660753771895a4441b6bb4ccc9bcaac Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Wed, 27 Nov 2013 14:00:16 +0900 Subject: Add --xlogdir option to pg_basebackup, for specifying the pg_xlog directory. Haribabu kommi, slightly modified by me. --- doc/src/sgml/ref/pg_basebackup.sgml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index eb0c1d6f36e..c379df546c6 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -202,6 +202,18 @@ PostgreSQL documentation + + + + + Specifies the location for the transaction log directory. + xlogdir must be an absolute path. + The transaction log directory can only be specified when + the backup is in plain mode. + + + + -- cgit v1.2.3