2010/8/11 Satoshi Nagayasu <[email protected]>: > 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 -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
