DROP_REPLICATION_SLOT

Synopsis

Use the DROP_REPLICATION_SLOT statement to drop a replication slot.

Syntax

drop_replication_slot ::= DROP_REPLICATION_SLOT slot_name

drop_replication_slot

DROP_REPLICATION_SLOTslot_name

Semantics

slot_name

The name of the replication slot.

Examples

Drop a replication slot.

yugabyte=# DROP_REPLICATION_SLOT test_replication_slot;

See also