Re: More aggregate functions? - Mailing list pgsql-general

From Tom Lane
Subject Re: More aggregate functions?
Date
Msg-id 10869.1081350146@sss.pgh.pa.us
Whole thread Raw
In response to More aggregate functions?  (David Garamond <lists@zara.6.isreserved.com>)
Responses Re: More aggregate functions?
Re: More aggregate functions?
List pgsql-general
David Garamond <lists@zara.6.isreserved.com> writes:
> What do people think of adding some more aggregate functions. These are
> the ones that MySQL has and PG doesn't:

> - STD/STDDEV
> - VARIANCE

Have you read the documentation lately?

> - BIT_OR
> - BIT_AND
> - GROUP_CONCAT (for strings, added in MySQL 4.x)

Unless these are doing something I don't see, they should be easily
writable using CREATE AGGREGATE.

            regards, tom lane

pgsql-general by date:

Previous
From: Alexander Cohen
Date:
Subject: How to list domains
Next
From: Mike Nolan
Date:
Subject: Re: Can we have time based triggers in Postgresql??