disablenode_int(p_no_id integer)

8.49. disablenode_int(p_no_id integer)

Function Properties

Language: PLPGSQL

Return Type: integer

begin
	-- **** TODO ****
	raise exception 'Slony-I: disableNode_int() not implemented';
end;