From 9af34cdec87d8e60f200ccd5b1b695880412c62b Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sun, 10 Jun 2012 13:43:51 +0200 Subject: Revert behaviour of -x/--xlog to 9.1 semantics To replace it, add -X/--xlog-method that allows the specification of fetch or stream. Do this to avoid unnecessary backwards-incompatiblity. Spotted and suggested by Peter Eisentraut. --- doc/src/sgml/ref/pg_basebackup.sgml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index 102d649f4e8..d03bedd12a9 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -186,8 +186,8 @@ PostgreSQL documentation - - + + Includes the required transaction log files (WAL files) in the @@ -237,6 +237,17 @@ PostgreSQL documentation + + + + + + Using this option is equivalent of using -X with + method fetch. + + + + -- cgit v1.2.3