Re: STRICT function returning a composite type

Поиск
Список
Период
Сортировка
От Alexander M. Pravking
Тема Re: STRICT function returning a composite type
Дата
Msg-id 20031113171945.GM69653@dyatel.antar.bryansk.ru
обсуждение исходный текст
Ответ на Re: STRICT function returning a composite type  (Richard Huxton <dev@archonet.com>)
Ответы Re: STRICT function returning a composite type  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
On Thu, Nov 13, 2003 at 05:14:27PM +0000, Richard Huxton wrote:
> RETURNS NULL ON NULL INPUT or STRICT indicates that the function always 
> returns NULL whenever any of its arguments are NULL. If this parameter is 
> specified, the function is not executed when there are NULL arguments; 
> instead a NULL result is assumed automatically.

Does "NULL result" mean an empty rowset if the function returns a record?

-- 
Fduch M. Pravking


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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: STRICT function returning a composite type
Следующее
От: Tom Lane
Дата:
Сообщение: Re: STRICT function returning a composite type