Documentation
 
 
 

UNINSTALL NODE

Name

UNINSTALL NODE --  Decommission edb-async-replic node

Synopsis

UNINSTALL NODE (options);

Description

Restores all tables to the unlocked state, with all original user triggers, constraints and rules, eventually added edb-async-replic specific serial key columns dropped and the edb-async-replic schema dropped. The node becomes a standalone database. The data is left untouched.

ID = ival

Node ID of the node to uninstall.

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-UNINSTALL 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

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