Add session_preload_libraries configuration parameter

Peter Eisentraut <peter_e@gmx.net>

Commit: 070518ddab2c94afea119f2b1944c05d16792b07
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2013-07-13T01:23:50Z
Releases: 9.4.0
Add session_preload_libraries configuration parameter

This is like shared_preload_libraries except that it takes effect at
backend start and can be changed without a full postmaster restart.  It
is like local_preload_libraries except that it is still only settable by
a superuser.  This can be a better way to load modules such as
auto_explain.

Since there are now three preload parameters, regroup the documentation
a bit.  Put all parameters into one section, explain common
functionality only once, update the descriptions to reflect current and
future realities.

Reviewed-by: Dimitri Fontaine <dimitri@2ndQuadrant.fr>

Files