Skip to content

Commit d915a27

Browse files
committed
Improve pgarchivecleanup documentation, per comments from Satoshi Nagayasu.
1 parent 82954d4 commit d915a27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/pgarchivecleanup.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgarchivecleanup.sgml,v 1.2 2010/07/29 19:34:40 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgarchivecleanup.sgml,v 1.3 2010/08/15 20:20:30 tgl Exp $ -->
22

33
<sect1 id="pgarchivecleanup">
44
<title>pg_archivecleanup</title>
@@ -106,7 +106,7 @@ pg_archivecleanup: removing "archive/00000001000000370000000E"
106106

107107
<para>On Linux or Unix systems, you might use:
108108
<programlisting>
109-
archive_cleanup_command = 'pg_archivecleanup -d .../archive %r 2>>cleanup.log'
109+
archive_cleanup_command = 'pg_archivecleanup -d /mnt/standby/archive %r 2>>cleanup.log'
110110
</programlisting>
111111
where the archive directory is physically located on the standby server,
112112
so that the <literal>archive_command</> is accessing it across NFS,
@@ -116,7 +116,7 @@ archive_cleanup_command = 'pg_archivecleanup -d .../archive %r 2>>cleanup.log'
116116
<itemizedlist>
117117
<listitem>
118118
<para>
119-
produce debugging output in <filename>standby.log</>
119+
produce debugging output in <filename>cleanup.log</>
120120
</para>
121121
</listitem>
122122
<listitem>

0 commit comments

Comments
 (0)