From d04af9866d9eddea04b046005df3b2cdc99b28ec Mon Sep 17 00:00:00 2001 From: Pierrick Chovelon Date: Fri, 5 Sep 2025 15:36:20 +0200 Subject: [PATCH] Add clarification on extension_control_path --- doc/src/sgml/config.sgml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 0a4b3e55ba5..752d18dec53 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -11079,6 +11079,12 @@ extension_control_path = '/usr/local/share/postgresql:$system' dynamic_library_path = '/usr/local/lib/postgresql:$libdir' + + + This variable specifies the order in which extensions are searched when created. + If an extension is present in multiple paths, only the first path that contains + extension's files will be used. + -- 2.43.0