Re: Patch for some typos in pgarchivecleanup.sgml - Mailing list pgsql-docs

From Tom Lane
Subject Re: Patch for some typos in pgarchivecleanup.sgml
Date
Msg-id 4525.1281903783@sss.pgh.pa.us
Whole thread Raw
In response to Re: Patch for some typos in pgarchivecleanup.sgml  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-docs
Fujii Masao <masao.fujii@gmail.com> writes:
> 2010/8/11 Satoshi Nagayasu <satoshi.nagayasu@gmail.com>:
>> -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

pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgbench acronym tps
Next
From: Robert Haas
Date:
Subject: Re: pg_dump locking info