]> 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:01 +0000 (14:09 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 Mar 2012 19:09:01 +0000 (14:09 -0500)
commit0e925196340bf9279238f780cc10125fca2a0733
tree7d08185286ea2cadd8401005174f40179506080b
parent268ca4f57ea2dc3bf0dfb0f5c17fbda269b5d462
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