diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml
index 6dc49108997..202c627bde0 100644
--- a/doc/src/sgml/logicaldecoding.sgml
+++ b/doc/src/sgml/logicaldecoding.sgml
@@ -775,6 +775,22 @@ 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 in a
+ location where the server can find it (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