Re: LEAST and GREATEST functions? - Mailing list pgsql-sql

From Josh Berkus
Subject Re: LEAST and GREATEST functions?
Date
Msg-id 200306302032.23113.josh@agliodbs.com
Whole thread Raw
In response to LEAST and GREATEST functions?  (Stefan Bill <sjb26@yahoo.com>)
Responses Re: LEAST and GREATEST functions?  (Greg Stark <gsstark@mit.edu>)
Re: LEAST and GREATEST functions?  (Stefan Bill <sjb26@yahoo.com>)
List pgsql-sql
Stefan,

> I know the LEAST and GREATEST functions are not part
> of standard SQL, but they sure were handy where I came
> from (Oracle-land).
>
> Has anyone written user-defined functions that do the
> same thing?
>
> Are there any plans to add these functions as part of
> a future version Postgres?

Um, what's wrong with MAX and MIN, exactly?

-- 
Josh Berkus
Aglio Database Solutions
San Francisco


pgsql-sql by date:

Previous
From: Stefan Bill
Date:
Subject: LEAST and GREATEST functions?
Next
From: Stephan Szabo
Date:
Subject: Re: CREATE SEQUENCE fails in plpgsql function