'\" -*- coding: us-ascii -*- .if \n(.g .ds T< \\FC .if \n(.g .ds T> \\F[\n[.fam]] .de URL \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac .TH "SLONIK DROP LISTEN" 7 "24 July 2014" "" "Slony-I 2.2.3 Documentation" .SH NAME DROP LISTEN \- Eliminate configuration indicating how Slony-I node listens for events .SH SYNOPSIS 'nh .fi .ad l \fBDROP LISTEN (options);\fR \kx .if (\nx>(\n(.l/2)) .nr x (\n(.l/5) 'in \n(.iu+\nxu 'in \n(.iu-\nxu .ad b 'hy .SH DESCRIPTION Remove a \(oqlisten\(cq configuration entry. .TP \*(T Node ID of the event origin the receiver is listening for. .TP \*(T Node ID of the node from which the receiver gets events that come from the origin. If not specified, default is the origin. .TP \*(T The ID of the node receiving the events. .PP This uses \(lqschemadocdroplisten(p_li_receiver integer, p_li_provider integer, p_li_origin integer)\(rq [not available as a man page]. .SH EXAMPLE .nf \*(T< DROP LISTEN ( ORIGIN = 1, RECEIVER = 2, PROVIDER = 3 ); \*(T> .fi .SH "LOCKING BEHAVIOUR " No application-visible locking should take place. .SH "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. .SH "VERSION INFORMATION " This command was introduced in Slony-I 1.0. As of version 1.1, you should not need to use it anymore.