]> granicus.if.org Git - postgresql/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 11:59:50 +0000 (20:59 +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/ref/pgarchivecleanup.sgml

index db39deaca16fe89899f388c410d27c29612e7782..60a7fc4e6b9864a49bffc582473ed222d913b34b 100644 (file)
@@ -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>