Re: BUG #1955: trigger action on delete

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1955: trigger action on delete
Дата
Msg-id 14342.1129042813@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #1955: trigger action on delete  ("incheol yang" <zoar@paran.com>)
Список pgsql-bugs
"incheol yang" <zoar@paran.com> writes:
> => DELETE FROM ttest;
> INFO: trigf (fired before): there are 2 rows in ttest INFO: trigf (fired
> before): there are 1 rows in ttest INFO: trigf (fired after ): there are 0
> rows in ttest INFO: trigf (fired after ): there are 0 rows in ttest

> fired   before -> before -> after -> after

> Is this my fault?

I think this is a documentation bug.  I'm not sure the example output
was ever correct, but it's certainly wrong now.

            regards, tom lane

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

Предыдущее
От: "incheol yang"
Дата:
Сообщение: BUG #1955: trigger action on delete
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #1947: Enhancement Request - CONCAT() function