1.38. disablenode( integer )

関数特性

言語: PLPGSQL

戻り値: bigint

ノード no_id に対する DISABLE_NODE 事象の処理 覚え書き:これは未だ実装されていません。

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