Slony-I 2.2.10 Documentation | ||||
---|---|---|---|---|
Prev | Fast Backward | Fast Forward | Next |
SLONIK UNSUBSCRIBE SET
Description
Stops the subscriber from replicating the set. The tables are opened up for full access by the client application on the former subscriber. The tables are not truncated or otherwise modified. All original triggers, rules and constraints are restored.
- ID = ival
ID of the set to unsubscribe
- RECEIVER = ival
Node ID of the (former) subscriber
Locking Behaviour
Exclusive locks on each replicated table will be taken out on the subscriber in order to drop replication triggers from the tables and restore other triggers/rules.
Slonik Event Confirmation Behaviour
Slonik waits for the command submitted to the previous event node to be confirmed on the specified event node before submitting this command.