doc: Fix documentation of local_preload_libraries

The documentation used to suggest setting this parameter with ALTER ROLE
SET, but that never worked, so replace it with a working suggestion.

Reported-by: Kyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
REL9_1_STABLE
Peter Eisentraut 11 years ago
parent 4d96e93cb4
commit 7c8b0adba5
  1. 4
      doc/src/sgml/config.sgml

@ -5268,8 +5268,8 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
this feature is to allow debugging or performance-measurement this feature is to allow debugging or performance-measurement
libraries to be loaded into specific sessions without an explicit libraries to be loaded into specific sessions without an explicit
<command>LOAD</> command being given. For example, debugging could <command>LOAD</> command being given. For example, debugging could
be enabled for all sessions under a given user name by setting be enabled for a session by setting this parameter via the
this parameter with <command>ALTER ROLE SET</>. <envar>PGOPTIONS</envar> environment variable.
</para> </para>
<para> <para>

Loading…
Cancel
Save