Re: Trigger function not executing

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Trigger function not executing
Дата
Msg-id 12165.1044542569@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Trigger function not executing  ("Donald Fraser" <demolish@cwgsy.net>)
Список pgsql-bugs
"Donald Fraser" <demolish@cwgsy.net> writes:
> If I run SQL such as DELETE FROM tbl_user WHERE id > '20'; and there is mor=
> e than one record that meets the condition (id > '20') then I get the follo=
> wing problem. The BEFORE trigger function is only being called on the first=
>  record that is being deleted

I don't believe it --- and you haven't provided any evidence to support
your claim.  More than likely, this is just an error in your own trigger
code; but with no details it's pointless to speculate.

            regards, tom lane

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

Предыдущее
От: "Donald Fraser"
Дата:
Сообщение: Trigger function not executing
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bug #893: Trigger causes database to crash