Mark Kirkwood <markir@coretech.co.nz> writes:
> This patch adds another plpgsql trigger example to the chapter. It uses
> the emp table again, but shows how to audit changes into another table
> (emp_audit).
Should be an AFTER trigger, else you may be recording the wrong data, or
even an event that didn't happen at all.
regards, tom lane