diff options
author | Fujii Masao <fujii@postgresql.org> | 2015-07-06 20:58:58 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2015-07-06 20:59:50 +0900 |
commit | a830c83c9b71b78c65c5ddd71db2ecd68601ce73 (patch) | |
tree | e47015963a1e10420bdfaa33adf04e223a6236e6 | |
parent | c7673d2b1fd54caa82c9870927d0bef6518bb461 (diff) |
Remove incorrect warning from pg_archivecleanup document.
The .backup file name can be passed to pg_archivecleanup even if
it includes the extension which is specified in -x option.
However, previously the document incorrectly warned a user
not to do that.
Back-patch to 9.2 where pg_archivecleanup's -x option and
the warning were added.
-rw-r--r-- | doc/src/sgml/ref/pgarchivecleanup.sgml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/src/sgml/ref/pgarchivecleanup.sgml b/doc/src/sgml/ref/pgarchivecleanup.sgml index db39deaca16..60a7fc4e6b9 100644 --- a/doc/src/sgml/ref/pgarchivecleanup.sgml +++ b/doc/src/sgml/ref/pgarchivecleanup.sgml @@ -130,11 +130,6 @@ pg_archivecleanup: removing file "archive/00000001000000370000000E" .gz</literal>. </para> - <para> - Note that the - <filename>.backup</> file name passed to the program should not - include the extension. - </para> </listitem> </varlistentry> |