diff options
author | Robert Haas | 2010-09-30 21:05:15 +0000 |
---|---|---|
committer | Robert Haas | 2010-09-30 21:11:11 +0000 |
commit | f5f945f9f14e0d33b2357eb69a8f9b7cd1b737d4 (patch) | |
tree | 18472cf3d721e23db867492f0962d1876fdfdd3f | |
parent | 9103b311a4f126e1a8b674aa90c6f2890ff15124 (diff) |
Adjust pg_archivecleanup docs to match message changes made 2010-06-17.
Erik Rijkers
-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 a3f4712b364..a01f159fb34 100644 --- a/doc/src/sgml/pgarchivecleanup.sgml +++ b/doc/src/sgml/pgarchivecleanup.sgml @@ -69,9 +69,9 @@ pg_archivecleanup <optional> <replaceable>option</> ... </optional> <replaceable <programlisting> pg_archivecleanup -d archive 000000010000003700000010.00000020.backup -pg_archivecleanup: keep WAL files 000000010000003700000010 and later -pg_archivecleanup: removing "archive/00000001000000370000000F" -pg_archivecleanup: removing "archive/00000001000000370000000E" +pg_archivecleanup: keep WAL file "archive/000000010000003700000010" and later +pg_archivecleanup: removing file "archive/00000001000000370000000F" +pg_archivecleanup: removing file "archive/00000001000000370000000E" </programlisting> <application>pg_archivecleanup</application> assumes that <replaceable>archivelocation</> is a directory readable and writable by the |