summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFujii Masao2015-07-06 11:58:58 +0000
committerFujii Masao2015-07-06 11:58:58 +0000
commit906e9249494bda975914b78fdd743609e1f83016 (patch)
tree7c793f9b3eeceb79cbb8a769f69983f4f99a4eeb
parent22ba5563adacd162d97ff3c80eac4893574f1e17 (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.sgml5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/src/sgml/ref/pgarchivecleanup.sgml b/doc/src/sgml/ref/pgarchivecleanup.sgml
index db39deaca1..60a7fc4e6b 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>