]> granicus.if.org Git - postgresql/commit
Improve documentation around logging_collector and use of stderr.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 Mar 2012 19:09:06 +0000 (14:09 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 Mar 2012 19:09:06 +0000 (14:09 -0500)
commitd7a8e9a70ed3eaa854562dbfaf70fab78491c66c
treedf5b04db183c6be2d83033404403a73471c89964
parent5ce0a842a6e93ecb453490dc1b6a578b40da1630
Improve documentation around logging_collector and use of stderr.

In backup.sgml, point out that you need to be using the logging collector
if you want to log messages from a failing archive_command script.  (This
is an oversimplification, in that it will work without the collector as
long as you're not sending postmaster stderr to /dev/null; but it seems
like a good idea to encourage use of the collector to avoid problems
with multiple processes concurrently scribbling on one file.)

In config.sgml, do some wordsmithing of logging_collector discussion.

Per bug #6518 from Janning Vygen
doc/src/sgml/backup.sgml