Re: Bug in triggers

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug in triggers
Дата
Msg-id 10767.1268148353@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Bug in triggers  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Bug in triggers
Список pgsql-bugs
Robert Haas <robertmhaas@gmail.com> writes:
> What seems odd to me is that NEW is apparently some other kind of
> thing that is not the same kind of thing as the row variable.

NEW is a record variable, not a row variable.  In this context that's
sensible because its actual rowtype is unspecified by the function text.
The implications for row-null handling aren't obvious though :-(

            regards, tom lane

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Bug in triggers
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Bug in triggers