Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 92a953f

Browse files
committed
Add small example about pg_archivecleanup -x option
Every time I read this I had doubts about whether the argument to the -x option should include the dot (yes). A small example should clarify this.
1 parent 0013a66 commit 92a953f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/src/sgml/pgarchivecleanup.sgml

+6-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,12 @@ pg_archivecleanup: removing file "archive/00000001000000370000000E"
114114
that will be stripped from all file names before deciding if they
115115
should be deleted. This is typically useful for cleaning up archives
116116
that have been compressed during storage, and therefore have had an
117-
extension added by the compression program. Note that the
117+
extension added by the compression program. For example: <literal>-x
118+
.gz</literal>.
119+
</para>
120+
121+
<para>
122+
Note that the
118123
<filename>.backup</> file name passed to the program should not
119124
include the extension.
120125
</para>

0 commit comments

Comments
 (0)