Is it posible to define a function with no return value?
I've something like "CREATE FUNCTION set_to_active(int4) RETURNS NULL AS..." but I get an parse error at or near "NULL"
Thanks,Chuck