Slony-I 2.2.10 Documentation | ||||
---|---|---|---|---|
Prev | Fast Backward | Fast Forward | Next |
SLONIK DROP LISTEN
Description
Remove a "listen" configuration entry.
- ORIGIN = ival
Node ID of the event origin the receiver is listening for.
- PROVIDER = ival
Node ID of the node from which the receiver gets events that come from the origin. If not specified, default is the origin.
- RECEIVER = ival
The ID of the node receiving the events.
This uses schemadocdroplisten(p_li_receiver integer, p_li_provider integer, p_li_origin integer).
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.