1.48. disablenode_int( integer )

Function Properties

Language: PLPGSQL

Return Type: integer

declare
	p_no_id			alias for $1;
begin
	-- **** TODO ****
	raise exception 'Slony-I: disableNode_int() not implemented';
end;