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

From Stephen Frost
Subject Re: More aggregate functions?
Date
Msg-id 20040407160824.GA7060@ns.snowman.net
Whole thread Raw
In response to Re: More aggregate functions?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: More aggregate functions?
List pgsql-general
* Tom Lane (tgl@sss.pgh.pa.us) wrote:
> > - 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.

It'd be nice to have a place to put functions that people have written
and found useful but that aren't part of the base.  Even nicer would be
to have this place be on postgresql.org and linked to from the
documentation.  I havn't needed BIT_OR or BIT_AND before but I've used
the GROUP_CONCAT-type aggregate a couple of times.  The first time I
wanted that function it took me a while to find (though eventually I did
in the mailing lists somewhere).

    Stephen

Attachment

pgsql-general by date:

Previous
From: "P.J. \"Josh\" Rovero"
Date:
Subject: Re: More aggregate functions?
Next
From: Tom Lane
Date:
Subject: Re: More aggregate functions?