From 5ff1c81a91ac4f4ff3401efedff0a3c17842bd6e Mon Sep 17 00:00:00 2001 From: Hayato Kuroda Date: Thu, 24 Sep 2026 14:17:00 +0900 Subject: [PATCH v2] doc: clarify the location where output plugin must be --- doc/src/sgml/logicaldecoding.sgml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml index 6dc49108997..04d33543ec9 100644 --- a/doc/src/sgml/logicaldecoding.sgml +++ b/doc/src/sgml/logicaldecoding.sgml @@ -775,6 +775,25 @@ DETAIL: Synchronization could lead to data loss, because the remote slot needs + + Installing Logical Decoding Output Plugins + + An output plugin must be installed as a dynamically loadable library. The + library should be installed in a directory listed in + , so that the plugin can be + referenced by name without depending on an installation-specific directory + path (see ). + The library is loaded automatically when the output plugin is used; neither + LOAD nor + CREATE EXTENSION + is required for this. + + + The library's name must also be listed in + . + + + Writing Logical Decoding Output Plugins -- 2.52.0