From 6a68ddab207121801150c999343e978e4f7d3a8d Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Mon, 11 Nov 2024 13:43:42 -0500 Subject: [PATCH] Use local_extensions` instead of `local_plugins --- content/post/postgres/rfc-extension-packaging-lookup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/postgres/rfc-extension-packaging-lookup.md b/content/post/postgres/rfc-extension-packaging-lookup.md index 1e453df7..7205b98b 100644 --- a/content/post/postgres/rfc-extension-packaging-lookup.md +++ b/content/post/postgres/rfc-extension-packaging-lookup.md @@ -380,7 +380,7 @@ module preloading: * `local_preload_extensions` Each takes a list of extensions for which to preload shared modules. In -addition, another new GUC, `local_plugins`, will contain a list of +addition, another new GUC, `local_extensions`, will contain a list of administrator-approved extensions users are allowed to include in `local_preload_extensions`. This GUC complements [`local_preload_libraries`]'s use of a `plugins` directory.