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
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
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)
+++