Slony-I 2.1.4 Documentation | ||||
---|---|---|---|---|
Prev | Fast Backward | Chapter 8. Schema schemadoc | Fast Forward | Next |
8.94. registernodeconnection(p_nodeid integer)
Function Properties
Language: PLPGSQL
Return Type: integer
Register (uniquely) the node connection so that only one slon can service the nodebegin insert into sl_nodelock (nl_nodeid, nl_backendpid) values (p_nodeid, pg_backend_pid()); return 0; end;