SET DROP SEQUENCE
Name
SET DROP SEQUENCE -- Remove a sequence from a
edb-async-replic replication set
Synopsis
SET DROP SEQUENCE (options);
Description
Drops an existing user sequence from a replication set.
- ORIGIN = ival
Origin node for the set. A future version of slonik
might figure out this information by itself.
- ID = ival
Unique ID of the sequence.
Example
SET DROP SEQUENCE (
ORIGIN = 1,
ID = 20,
);