Обсуждение: triggered data change violation

Поиск
Список
Период
Сортировка

triggered data change violation

От
Cedar Cox
Дата:
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