Hi all,

I found some typos in pgarchivecleanup.sgml.
A patch to fix them is attached in this mail.
Please take a look.

Regards,
-- 
NAGAYASU Satoshi <[email protected]>
Index: pgarchivecleanup.sgml
===================================================================
--- pgarchivecleanup.sgml       (revision 404)
+++ pgarchivecleanup.sgml       (working copy)
@@ -106,7 +106,7 @@
 
   <para>On Linux or Unix systems, you might use:
 <programlisting>
-archive_cleanup_command = 'pg_archivecleanup -d .../archive %r 2>>cleanup.log'
+archive_cleanup_command = 'pg_archivecleanup -d ../archive %r 2>>cleanup.log'
 </programlisting>
    where the archive directory is physically located on the standby server,
    so that the <literal>archive_command</> is accessing it across NFS,
@@ -116,7 +116,7 @@
   <itemizedlist>
    <listitem>
     <para>
-     produce debugging output in <filename>standby.log</>
+     produce debugging output in <filename>cleanup.log</>
     </para>
    </listitem>
    <listitem>
-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Reply via email to