Re: data statistic functions

From: Steve Atkins <steve(at)blighty(dot)com>
To: Postgres General List <pgsql-general(at)postgresql(dot)org>
Subject: Re: data statistic functions
Date: 2007-10-23 20:53:52
Message-ID: 14D935C0-ECB2-4BFC-9581-5096DD57590A@blighty.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Oct 23, 2007, at 1:43 PM, Kevin Hunter wrote:

> Hullo List,
>
> What does Postgres offer in terms of statistics support (not the
> statistics about the database, but functions to operate on the data).
>
> I know there are simple things like AVG, COUNT, MAX, and MIN, but
> what else?
>
> I'm not sure where to begin looking, other than a cursory
> inspection of
> http://www.postgresql.org/docs/8.3/static/functions.html . . .

Take a look under "Aggregate Functions" ( http://www.postgresql.org/
docs/8.3/static/functions-aggregate.html ). There's probably some
interesting stuff if you look at PL/R too ( http://pgfoundry.org/
projects/plr/ ).

Cheers,
Steve

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Hunter 2007-10-23 21:35:27 Re: data statistic functions
Previous Message Joshua D. Drake 2007-10-23 20:50:36 Re: data statistic functions