Greatest/Least functions? - Mailing list pgsql-general

From Mike Nolan
Subject Greatest/Least functions?
Date
Msg-id 200408221642.i7MGgwHR008997@gw.tssi.com
Whole thread Raw
Responses Re: Greatest/Least functions?  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
Re: Greatest/Least functions?  (Joe Conway <mail@joeconway.com>)
List pgsql-general
As far as I can tell, Postgres has no equivalent to greatest and least
functions in Oracle.  Yes, you can do the same thing with a case statement,
but at the expense of writing MUCH longer SQL statements.

Is this something that is on or can be added to the 'to do' list?

I could write a series of user-defined functions to do specific
comparisons (such as comparing several dates and returning the greatest
one) but there doesn't appear to be a way to write a user function with a
variable number of parameters, either, so I guess I'd have to define a
series of them with 2,3,4,... parameters.
--
Mike Nolan

pgsql-general by date:

Previous
From: Mike Nolan
Date:
Subject: Re: Unsupported 3rd-party solutions (Was: Few questions on postgresql (dblink, 2pc, clustering)) (fwd)
Next
From: "Marc G. Fournier"
Date:
Subject: Re: Unsupported 3rd-party solutions (Was: Few questions