1.49.  disablenode_int( integer )

Propriétés de la fonction
Langage: PLPGSQL
Type du code retour: integer
declare
        p_no_id                 alias for $1;
begin
        -- **** TODO ****
        raise exception 'Slony-I: disableNode_int() not implemented';
end;