diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 3a2421b..42ed113 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 ). + + + @@ -1778,7 +1788,7 @@ The commands accepted in walsender mode are: - START_REPLICATION SLOT slotname LOGICAL XXX/XXX + START_REPLICATION SLOT slotname LOGICAL XXX/XXX [ ( option [, ... ] ) ] Instructs server to start streaming WAL for logical replication, starting @@ -1811,6 +1821,14 @@ The commands accepted in walsender mode are: + + option + + + Custom option for logical decoding plugin. + + +