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