Re: Function not RAISE NOTICE if a parameter is NULL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Function not RAISE NOTICE if a parameter is NULL
Дата
Msg-id 21427.1273011810@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Function not RAISE NOTICE if a parameter is NULL  (Andre Lopes <lopes80andre@gmail.com>)
Ответы Re: Function not RAISE NOTICE if a parameter is NULL  (Andre Lopes <lopes80andre@gmail.com>)
Список pgsql-general
Andre Lopes <lopes80andre@gmail.com> writes:
> If I use NULL in any parameter the function does not RAISE any NOTICE. I
> can't pass NULL values in parameters?

Sure you can.  Maybe you declared the function STRICT?  That means to
not call it for a NULL.

            regards, tom lane

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

Предыдущее
От: Andre Lopes
Дата:
Сообщение: Function not RAISE NOTICE if a parameter is NULL
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Please help me debug regular segfaults on 8.3.10