diff options
author | Peter Eisentraut | 2016-08-16 16:00:00 +0000 |
---|---|---|
committer | Peter Eisentraut | 2016-08-16 19:33:52 +0000 |
commit | 639166641102871e09f9c4aebc71df57566a0a4a (patch) | |
tree | 010df2ddffaf98c42186d543796f92cb84bd9661 | |
parent | f0fe1c8f70bacb65513f1cbaea14eb384d346ee8 (diff) |
doc: Remove some confusion from pg_archivecleanup doc
From: Jeff Janes <[email protected]>
-rw-r--r-- | doc/src/sgml/ref/pgarchivecleanup.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pgarchivecleanup.sgml b/doc/src/sgml/ref/pgarchivecleanup.sgml index 60a7fc4e6b..abe01bef4f 100644 --- a/doc/src/sgml/ref/pgarchivecleanup.sgml +++ b/doc/src/sgml/ref/pgarchivecleanup.sgml @@ -122,7 +122,7 @@ pg_archivecleanup: removing file "archive/00000001000000370000000E" <term><option>-x</option> <replaceable>extension</></term> <listitem> <para> - When using the program as a standalone utility, provide an extension + Provide an extension that will be stripped from all file names before deciding if they should be deleted. This is typically useful for cleaning up archives that have been compressed during storage, and therefore have had an |