UNLOCK SET
Name
UNLOCK SET -- Unlock a edb-async-replic set that was locked
Synopsis
UNLOCK SET (options);
Description
Unlocks a previously locked set.
- ID = ival
ID of the set to unlock
- ORIGIN = ival
Node ID of the current set origin
Example
UNLOCK SET (
ID = 1,
RECEIVER = 3
);