Thread: triggered data change violation

triggered data change violation

From
Cedar Cox
Date:
ERROR:  triggered data change violation on relation "tblblah"

This is probably normal, but it just surprised me.  I'm not sure if this
is in the documentation.  A pl/pgsql trigger tried to DELETE the record
that fired it (AFTER UPDATE, not BEFORE).  Comments?  Can anyone clarify
why this is so?

-Cedar