Slony-I 2.2.4 Documentation | ||||
---|---|---|---|---|
Prev | Fast Backward | Chapter 8. Schema schemadoc | Fast Forward | Next |
Function Properties
Language: PLPGSQL
Return Type: integer
declare begin -- ---- -- Grab the central configuration lock -- ---- lock table sl_config_lock; perform failoverSet_int(p_failed_node, p_backup_node,p_seq_no); notify "_schemadoc_Restart"; return 0; end;