Slony-I 1.2.23 Documentation | ||||
---|---|---|---|---|
Prev | Fast Backward | Fast Forward | Next |
SLONIK UNINSTALL NODE
Description
Restores all tables to the unlocked state, with all original user triggers, constraints and rules, eventually added Slony-I specific serial key columns dropped and the Slony-I schema dropped. The node becomes a standalone database. The data is left untouched.
- ID = ival
Node ID of the node to uninstall.
This uses schemadocuninstallnode( ).
The difference between UNINSTALL NODE and DROP NODE is that all UNINSTALL NODE does is to remove the Slony-I configuration; it doesn't drop the node's configuration from replication.
Locking Behaviour
When dropping triggers off of application tables, this will require exclusive access to each replicated table on the node being discarded.
Dangerous/Unintuitive Behaviour
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.