mirror of
https://github.com/postgres/postgres.git
synced 2026-04-09 11:06:21 -04:00
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>
This commit is contained in:
parent
5d63f21596
commit
c5d11ebd5a
1 changed files with 2 additions and 2 deletions
|
|
@ -5488,8 +5488,8 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
|
|||
this feature is to allow debugging or performance-measurement
|
||||
libraries to be loaded into specific sessions without an explicit
|
||||
<command>LOAD</> command being given. For example, debugging could
|
||||
be enabled for all sessions under a given user name by setting
|
||||
this parameter with <command>ALTER ROLE SET</>.
|
||||
be enabled for a session by setting this parameter via the
|
||||
<envar>PGOPTIONS</envar> environment variable.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
|
|
|||
Loading…
Reference in a new issue