Re: [DOCS] Patch for some typos in pgarchivecleanup.sgml

2010-08-15 Thread Tom Lane
Fujii Masao writes: > 2010/8/11 Satoshi Nagayasu : >> -archive_cleanup_command = 'pg_archivecleanup -d .../archive %r >> 2>>cleanup.log' >> +archive_cleanup_command = 'pg_archivecleanup -d ../archive %r >> 2>>cleanup.log' > This is not a typo. Triple dots ... is used as replaceable part of the

Re: [DOCS] Patch for some typos in pgarchivecleanup.sgml

2010-08-11 Thread Fujii Masao
2010/8/11 Satoshi Nagayasu : > I found some typos in pgarchivecleanup.sgml. > A patch to fix them is attached in this mail. > Please take a look. -archive_cleanup_command = 'pg_archivecleanup -d .../archive %r 2>>cleanup.log' +archive_cleanup_command = 'pg_archivecleanup -d ../archive %r 2>>cleanu

[DOCS] Patch for some typos in pgarchivecleanup.sgml

2010-08-10 Thread Satoshi Nagayasu
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 Index: pgarchivecleanup.sgml === --- pgarchivecleanup.sgml (revision 404) +++