Documentation
 
 
 

DROP SET

Name

DROP SET --  Discard edb-async-replic replication set

Synopsis

DROP SET (options);

Description

Drop a set of tables from the edb-async-replic configuration. This automatically unsubscribes all nodes from the set and restores the original triggers and rules on all subscribers.

ID = ival

ID of the set to be dropped.

ORIGIN = ival

Current origin node of the set.

Example

  DROP SET ( ID = 5, 
             ORIGIN = 2 );
    
 
 ©2004-2007 EnterpriseDB All Rights Reserved