Documentation
 
 
 

DROP LISTEN

Name

DROP LISTEN --  Eliminate configuration indicating how edb-async-replic node listens for events

Synopsis

DROP LISTEN (options);

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.

Example

     DROP LISTEN ( ORIGIN = 1, RECEIVER = 2, PROVIDER = 3 );
    
 
 ©2004-2007 EnterpriseDB All Rights Reserved