Hi,
How is the return value of a trigger function defined in plpgsql used? I
can't find
anything in the documentation but some of the examples return NULL, and
others return
something like NEW.
It seems that if the return statement is omitted, an error occurs when the
trigger is
fired.
--
Andy Chambers