]> begriffs open source - ai-pg/blob - full-docs/txt/logicaldecoding-walsender.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / logicaldecoding-walsender.txt
1
2 47.3. Streaming Replication Protocol Interface #
3
4    The commands
5      * CREATE_REPLICATION_SLOT slot_name LOGICAL output_plugin
6      * DROP_REPLICATION_SLOT slot_name [ WAIT ]
7      * START_REPLICATION SLOT slot_name LOGICAL ...
8
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
12    on these commands.
13
14    The command pg_recvlogical can be used to control logical decoding over
15    a streaming replication connection. (It uses these commands
16    internally.)