Try our Experimental-AI powered search above!
Synopsis
Use the DROP_REPLICATION_SLOT
statement to drop a replication slot.
Syntax
drop_replication_slot ::= DROP_REPLICATION_SLOT slot_name
Semantics
slot_name
The name of the replication slot.
Examples
Drop a replication slot.
yugabyte=# DROP_REPLICATION_SLOT test_replication_slot;
See also