diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 3a2421b..6a2e48b 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -1428,10 +1428,10 @@ The commands accepted in walsender mode are: - CREATE_REPLICATION_SLOT slotname PHYSICALCREATE_REPLICATION_SLOT + CREATE_REPLICATION_SLOT slotname { PHYSICAL | LOGICAL output_plugin } CREATE_REPLICATION_SLOT - Create a physical replication + Create a physical or logical replication slot. See for more about replication slots. @@ -1445,6 +1445,16 @@ The commands accepted in walsender mode are: + + + output_plugin + + + The name of the output plugin used for logical decoding + (see ). + + +