diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-08-15 20:20:30 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-08-15 20:20:30 +0000 |
commit | d915a275c13347bac5fd62151c57f0b9ab763e19 (patch) | |
tree | 55a6eff1675b27cef8c1802c32725c025d2cc972 /doc/src | |
parent | 82954d49e49469ee71a4ead3be60bd7d68e5b9ae (diff) | |
download | postgresql-d915a275c13347bac5fd62151c57f0b9ab763e19.tar.gz postgresql-d915a275c13347bac5fd62151c57f0b9ab763e19.zip |
Improve pgarchivecleanup documentation, per comments from Satoshi Nagayasu.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/pgarchivecleanup.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/pgarchivecleanup.sgml b/doc/src/sgml/pgarchivecleanup.sgml index 249921ca840..cc5277f8bd2 100644 --- a/doc/src/sgml/pgarchivecleanup.sgml +++ b/doc/src/sgml/pgarchivecleanup.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/pgarchivecleanup.sgml,v 1.2 2010/07/29 19:34:40 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/pgarchivecleanup.sgml,v 1.3 2010/08/15 20:20:30 tgl Exp $ --> <sect1 id="pgarchivecleanup"> <title>pg_archivecleanup</title> @@ -106,7 +106,7 @@ pg_archivecleanup: removing "archive/00000001000000370000000E" <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 /mnt/standby/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 @@ archive_cleanup_command = 'pg_archivecleanup -d .../archive %r 2>>cleanup.log' <itemizedlist> <listitem> <para> - produce debugging output in <filename>standby.log</> + produce debugging output in <filename>cleanup.log</> </para> </listitem> <listitem> |