2 47.3. Streaming Replication Protocol Interface #
5 * CREATE_REPLICATION_SLOT slot_name LOGICAL output_plugin
6 * DROP_REPLICATION_SLOT slot_name [ WAIT ]
7 * START_REPLICATION SLOT slot_name LOGICAL ...
9 are used to create, drop, and stream changes from a replication slot,
10 respectively. These commands are only available over a replication
11 connection; they cannot be used via SQL. See Section 54.4 for details
14 The command pg_recvlogical can be used to control logical decoding over
15 a streaming replication connection. (It uses these commands