Flesh out the background worker documentation.

Robert Haas <rhaas@postgresql.org>

Commit: 38d4ce6b055ec7c26c421dcf1ced07e4d4220292
Author: Robert Haas <rhaas@postgresql.org>
Date: 2015-07-29T18:41:07Z
Releases: 9.6.0
Flesh out the background worker documentation.

Make it more clear that bgw_main is usually not what you want.  Put the
background worker flags in a variablelist rather than having them as
part of a paragraph.  Explain important limits on how bgw_main_arg can
be used.

Craig Ringer, substantially revised by me.

Files

PathChange+/−
doc/src/sgml/bgworker.sgml modified +72 −26

Documentation touched