aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2015-07-06 20:58:58 +0900
committerFujii Masao <fujii@postgresql.org>2015-07-06 20:59:59 +0900
commit0471894a6f01007752abd37ca493ed371a720bdd (patch)
tree30f3222508622cfe74ff7c4d14444e34003a6dd3
parent353f4fde794fca07f6f654219a12d8087930fa28 (diff)
downloadpostgresql-0471894a6f01007752abd37ca493ed371a720bdd.tar.gz
postgresql-0471894a6f01007752abd37ca493ed371a720bdd.zip
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/pgarchivecleanup.sgml5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/src/sgml/pgarchivecleanup.sgml b/doc/src/sgml/pgarchivecleanup.sgml
index fdf0cbb9d1b..314132a7613 100644
--- a/doc/src/sgml/pgarchivecleanup.sgml
+++ b/doc/src/sgml/pgarchivecleanup.sgml
@@ -128,11 +128,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>