Fujii Masao <[email protected]> writes:
> 2010/8/11 Satoshi Nagayasu <[email protected]>:
>> -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 path,
> and is used also elsewhere. Though I agree that's somewhat confusing.

It seems unnecessary to use that convention here, though.  I changed it
to read "/mnt/standby/archive", which is consistent with some other
examples in which an NFS mount is assumed.

The standby.log -> cleanup.log change is an obvious typo, in any case.

                        regards, tom lane

-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Reply via email to