diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 3c33d5d0fbc..e9b420f3ddb 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -11066,6 +11066,12 @@ extension_control_path = 'C:\tools\postgresql;H:\my_project\share;$system' </para> <para> + If extensions with equal names are present in multiple directories in + the configured path, only the instance found first in the path will be + used. + </para> + + <para> This parameter can be changed at run time by superusers and users with the appropriate <literal>SET</literal> privilege, but a setting done that way will only persist until the end of the |