diff --git a/doc/src/sgml/pgarchivecleanup.sgml b/doc/src/sgml/pgarchivecleanup.sgml index c6b5d7ad276..44e8bbdfc24 100644 --- a/doc/src/sgml/pgarchivecleanup.sgml +++ b/doc/src/sgml/pgarchivecleanup.sgml @@ -114,7 +114,12 @@ pg_archivecleanup: removing file "archive/00000001000000370000000E" 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 - extension added by the compression program. Note that the + extension added by the compression program. For example: -x + .gz. + + + + Note that the .backup file name passed to the program should not include the extension.