"Alexander M. Pravking" <[EMAIL PROTECTED]> writes: > 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.
> Does "NULL result" mean an empty rowset if the function returns a record? No, it means a null record. "Empty rowset" would apply to a function declared to return SETOF something. (I believe that is how we interpret the concept of strictness for functions returning sets.) regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])