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>