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

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

Agreed.  The "Postgres Cookbook" site used to do some of that, but
I don't think it's been maintained lately.  Right now I'd say
techdocs.postgresql.org is the most likely candidate for housing a
collection of small functions of this sort.

            regards, tom lane

pgsql-general by date:

Previous
From: Stephen Frost
Date:
Subject: Re: More aggregate functions?
Next
From: Tom Lane
Date:
Subject: Re: Cursors and Transactions, why?