Improve pgarchivecleanup documentation, per comments from Satoshi Nagayasu.
authorTom Lane
Sun, 15 Aug 2010 20:20:30 +0000 (20:20 +0000)
committerTom Lane
Sun, 15 Aug 2010 20:20:30 +0000 (20:20 +0000)
doc/src/sgml/pgarchivecleanup.sgml

index 249921ca840eb2da6af615067f18970cb998ec54..cc5277f8bd299b3c804ea93f7f7dd13441a5b740 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  pg_archivecleanup
@@ -106,7 +106,7 @@ pg_archivecleanup:  removing "archive/00000001000000370000000E"
 
   On Linux or Unix systems, you might use:
 
-archive_cleanup_command = 'pg_archivecleanup -d .../archive %r 2>>cleanup.log'
+archive_cleanup_command = 'pg_archivecleanup -d /mnt/standby/archive %r 2>>cleanup.log'
 
    where the archive directory is physically located on the standby server,
    so that the archive_command is accessing it across NFS,
@@ -116,7 +116,7 @@ archive_cleanup_command = 'pg_archivecleanup -d .../archive %r 2>>cleanup.log'
   
    
     
-     produce debugging output in standby.log
+     produce debugging output in cleanup.log