Re: Trigger function returning null

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Trigger function returning null
Дата
Msg-id 24291.1092413930@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Trigger function returning null  (Thomas Hallgren <thhal@mailblocks.com>)
Список pgsql-hackers
Thomas Hallgren <thhal@mailblocks.com> writes:
> Perhaps you should either change this behavior or make a note it in 
> "Writing Trigger Functions in C"?

Okay, I've changed the text thusly:

diff -r1.35 trigger.sgml
434,435c434,437
<     A trigger function must return either <symbol>NULL</> or a
<     <structname>HeapTuple</> pointer.  Be careful to return either
---
>     A trigger function must return either a
>     <structname>HeapTuple</> pointer or a <symbol>NULL</> pointer
>     (<emphasis>not</> a SQL NULL, that is, do not set isNull true).
>     Be careful to return either
        regards, tom lane


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

Предыдущее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: Ready for Beta ... ?
Следующее
От: Andreas Krennmair
Дата:
Сообщение: PostgreSQL 8.0.0beta1 and diet libc