diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index cf4b6539b70..aeefbe5c04d 100644 --- a/doc/src/sgml/config.sgml +++ b/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 libraries to be loaded into specific sessions without an explicit LOAD command being given. For example, debugging could - be enabled for all sessions under a given user name by setting - this parameter with ALTER ROLE SET. + be enabled for a session by setting this parameter via the + PGOPTIONS environment variable.