]> granicus.if.org Git - postgresql/commitdiff
doc: Fix documentation of local_preload_libraries
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 14 Sep 2014 14:50:04 +0000 (10:50 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 14 Sep 2014 14:56:04 +0000 (10:56 -0400)
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>
doc/src/sgml/config.sgml

index 23343eef93e7b1f80baa5d605292446576e0cad3..0069f69efd4e733b7c61d670880d1967c7fc1c61 100644 (file)
@@ -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>