Provided by:
slony1-doc_1.2.15-1_all 
NAME
UNLOCK SET - Unlock a Slony-I 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
This uses “schemadocunlockset( integer )” [not available as a man
page].
EXAMPLE
UNLOCK SET (
ID = 1,
ORIGIN = 3
);
Exclusive locks on each replicated table will be taken out on the ori‐
gin node, as the triggers are removed from each table that reject table
updates.
This command was introduced in Slony-I 1.0
17 November 2008 UNLOCK SET(7)