Re: change tuple before insert

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: change tuple before insert
Дата
Msg-id 14793.1154523307@sss.pgh.pa.us
обсуждение исходный текст
Ответ на change tuple before insert  (<vivek@staff.ownmail.com>)
Список pgsql-interfaces
<vivek@staff.ownmail.com> writes:
> How do i change the contents of a tuple for a row level trigger? do i have to return tg_trigtuple or tg_newtuple? The
docis confusing. it says a tg_newtuple can only be used in case of an update>
 

You should not scribble on either of those.  Make a fresh tuple and
return that.
        regards, tom lane


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