Re: Delete triggers

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Delete triggers
Дата
Msg-id 16761.1049414122@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Delete triggers  ("Mathew Frank" <mathewfrank@qushi.com>)
Список pgsql-bugs
"Mathew Frank" <mathewfrank@qushi.com> writes:
> and the result of a delete query:
>     NOTICE:  Operation NOT cancelled
>     ERROR:  fmgr_info: function 1455898: cache lookup failed

> (I was sure I was getting a 'Delete 0' but since my computer has crashed
> since - I`m not sure.   Maybe I was getting the above)
> Now before you ask - the trigger was created after the trigger function.

That trigger, maybe, but the fmgr_info failure clearly indicates a
dangling function reference somewhere.  Maybe you have other triggers
defined on this table?

Could I interest you in upgrading to 7.3?  It's supposed to prevent you
from dropping things that still have references to 'em ...

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 'query was cancelled' - depending on search pattern
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #933: Too many inserts crash server