Skip to content

Commit c5d11eb

Browse files
committed
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>
1 parent 5d63f21 commit c5d11eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5488,8 +5488,8 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
54885488
this feature is to allow debugging or performance-measurement
54895489
libraries to be loaded into specific sessions without an explicit
54905490
<command>LOAD</> command being given. For example, debugging could
5491-
be enabled for all sessions under a given user name by setting
5492-
this parameter with <command>ALTER ROLE SET</>.
5491+
be enabled for a session by setting this parameter via the
5492+
<envar>PGOPTIONS</envar> environment variable.
54935493
</para>
54945494

54955495
<para>

0 commit comments

Comments
 (0)