]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Remove incorrect warning from pg_archivecleanup document.
authorFujii Masao <fujii@postgresql.org>
Mon, 6 Jul 2015 11:58:58 +0000 (20:58 +0900)
committerFujii Masao <fujii@postgresql.org>
Mon, 6 Jul 2015 12:00:04 +0000 (21:00 +0900)
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.

doc/src/sgml/pgarchivecleanup.sgml

index 932914bc2f890de845917cc2ee1d6838b6a11aeb..5e19ffb5eaad3284aefd279741c24d09523af63e 100644 (file)
@@ -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>