Re: Patch for some typos in pgarchivecleanup.sgml

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: Patch for some typos in pgarchivecleanup.sgml
Дата
Msg-id AANLkTimd2QSzk42uU=FWTF38wKv539WXQ+bUKAqwHswz@mail.gmail.com
обсуждение исходный текст
Ответ на Patch for some typos in pgarchivecleanup.sgml  (Satoshi Nagayasu <satoshi.nagayasu@gmail.com>)
Ответы Re: Patch for some typos in pgarchivecleanup.sgml
Список pgsql-docs
2010/8/11 Satoshi Nagayasu <satoshi.nagayasu@gmail.com>:
> 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>>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.

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

В списке pgsql-docs по дате отправления:

Предыдущее
От: Satoshi Nagayasu
Дата:
Сообщение: Patch for some typos in pgarchivecleanup.sgml
Следующее
От: Robert Haas
Дата:
Сообщение: Re: ECPG - Some errno definitions don't match to the manual