On Wed, 20 Nov 2002, Jean-Christian Imbeault wrote:
> I have created a trigger and the function executed by the trigger.
> However the function merely updates values in a table and doesn't return
> any result/value. what is the correct way of "returning" nothing?
You could return NULL but new is probably just as good.