Re: [PATCHES] Function's LEAST, GREATEST and DECODE (Oracle vararg polymorphic functions) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCHES] Function's LEAST, GREATEST and DECODE (Oracle vararg polymorphic functions)
Date
Msg-id 7872.1119628433@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCHES] Function's LEAST, GREATEST and DECODE (Oracle vararg polymorphic functions)  ("John Hansen" <john@geeknet.com.au>)
List pgsql-hackers
"John Hansen" <john@geeknet.com.au> writes:
> I'd vote that these functions should follow the semantics of the <, and
>> operators.
> (NULL < x) is NULL;

Well, that's a fair analogy, but then so is the analogy to MAX/MIN ...
so it seems about a wash to me.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Michael Paesold"
Date:
Subject: Re: Server instrumentation patch
Next
From: Andrew Dunstan
Date:
Subject: Re: creating WITH HOLD cursors using SPI