PostgreSQL
49.3. Streaming Replication Protocol Interface #
The commands
-
CREATE_REPLICATION_SLOT +`_`+slot_name`
+ LOGICAL `_`+output_plugin` -
DROP_REPLICATION_SLOT +`_`+slot_name`_
WAIT` ] -
START_REPLICATION SLOT +`_`+slot_name`_
+ LOGICAL …+`
are used to create, drop, and stream changes from a replication slot, respectively. These commands are only available over a replication connection; they cannot be used via SQL. See Section 55.4 for details on these commands.
The command pg_recvlogical can be used to control logical decoding over a streaming replication connection. (It uses these commands internally.)
Prev | Up | Next |
---|---|---|
49.2. Logical Decoding Concepts |
49.4. Logical Decoding SQL Interface |
Submit correction
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.
Copyright © 1996-2024 The PostgreSQL Global Development Group