From 62e8b387514ce965c8b3d67c81990e0ecf8c9b83 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 9 Feb 2017 16:42:51 -0500 Subject: 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. --- doc/src/sgml/ref/initdb.sgml | 2 +- doc/src/sgml/ref/pg_basebackup.sgml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index 31f081ae7a..1aaa4901af 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -311,7 +311,7 @@ PostgreSQL documentation - + 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 5c2db2581c..c9dd62c141 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -296,11 +296,11 @@ PostgreSQL documentation - + Specifies the location for the transaction log directory. - xlogdir must be an absolute path. + waldir must be an absolute path. The transaction log directory can only be specified when the backup is in plain mode. @@ -309,7 +309,7 @@ PostgreSQL documentation - + Includes the required transaction log files (WAL files) in the -- cgit v1.2.1