Re: [HACKERS] sugsestions

2003-07-10 Thread ivan
On Wed, 9 Jul 2003, Rod Taylor wrote: > On Tue, 2003-07-08 at 21:31, ivan wrote: > > What do you think about : > > > > 1. OPTION RETURNS NULL ON NULL INPUT (when function is created) change to > > RETURNS ON NULL INPUT ??? > > I personally think this should be up to the specific function

Re: [HACKERS] sugsestions

2003-07-09 Thread Rod Taylor
On Tue, 2003-07-08 at 21:31, ivan wrote: > What do you think about : > > 1. OPTION RETURNS NULL ON NULL INPUT (when function is created) change to > RETURNS ON NULL INPUT ??? I personally think this should be up to the specific function to capture. This way it could be a complex result.