Commit 906e9249 authored by Fujii Masao's avatar Fujii Masao

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.
parent 22ba5563
...@@ -130,11 +130,6 @@ pg_archivecleanup: removing file "archive/00000001000000370000000E" ...@@ -130,11 +130,6 @@ pg_archivecleanup: removing file "archive/00000001000000370000000E"
.gz</literal>. .gz</literal>.
</para> </para>
<para>
Note that the
<filename>.backup</> file name passed to the program should not
include the extension.
</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment