logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DROP LISTEN - Eliminate configuration indicating how Slony-I node listens for events

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 speci‐ fied, 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)” [not available as a man page].

Example

DROP LISTEN ( ORIGIN = 1, RECEIVER = 2, PROVIDER = 3 );

Locking Behaviour

No application-visible locking should take place.

Name

DROP LISTEN - Eliminate configuration indicating how Slony-I node listens for events

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.

Synopsis

DROPLISTEN(options);

Version Information

This command was introduced in Slony-I 1.0. As of version 1.1, you should not need to use it anymore. 19 September 2024 SLONIKDROPLISTEN(7)

See Also