Mark Kirkwood <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to