Documentation
 
 
 

DROP NODE

Name

DROP NODE --  Decommission edb-async-replic node

Synopsis

DROP NODE (options);

Description

Drop a node. This command removes the specified node entirely from the replication systems configuration. If the replication daemon is still running on that node (and processing events), it will attempt to uninstall the replication system and terminate itself.

ID = ival

Node ID of the node to remove.

EVENT NODE = ival

Node ID of the node to generate the event.

Warning

If you are using connections that cache query plans (this is particularly common for Java application frameworks with connection pools), the connections may cache query plans that include the pre-DROP NODE state of things, and you will get error messages indicating missing OIDs.

After dropping a node, you may also need to recycle connections in your application.

Example

     DROP NODE ( ID = 2 );
    
 
 ©2004-2007 EnterpriseDB All Rights Reserved