Re: LEAST and GREATEST functions?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Stefan Bill <sjb26(at)yahoo(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: LEAST and GREATEST functions?
Date: 2003-07-01 03:32:23
Message-ID: 200306302032.23113.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Mendola Gaetano 2003-07-01 03:40:03 Re: cleaning up useless pl/pgsql functions
Previous Message Rod Taylor 2003-07-01 00:41:28 Re: Need help creating a BEFORE DELETE trigger