Re: Function not RAISE NOTICE if a parameter is NULL - Mailing list pgsql-general

From Tom Lane
Subject Re: Function not RAISE NOTICE if a parameter is NULL
Date
Msg-id 21427.1273011810@sss.pgh.pa.us
Whole thread Raw
In response to Function not RAISE NOTICE if a parameter is NULL  (Andre Lopes <lopes80andre@gmail.com>)
Responses Re: Function not RAISE NOTICE if a parameter is NULL  (Andre Lopes <lopes80andre@gmail.com>)
List 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 by date:

Previous
From: Andre Lopes
Date:
Subject: Function not RAISE NOTICE if a parameter is NULL
Next
From: Tom Lane
Date:
Subject: Re: Please help me debug regular segfaults on 8.3.10