Slony-I 2.1.4 Documentation | ||||
---|---|---|---|---|
Prev | Fast Backward | Chapter 8. Schema schemadoc | Fast Forward | Next |
8.54. disablenode(p_no_id integer)
Function Properties
Language: PLPGSQL
Return Type: bigint
process DISABLE_NODE event for node no_id NOTE: This is not yet implemented!begin -- **** TODO **** raise exception 'Slony-I: disableNode() not implemented'; end;