Re: data statistic functions - Mailing list pgsql-general

From Steve Atkins
Subject Re: data statistic functions
Date
Msg-id 14D935C0-ECB2-4BFC-9581-5096DD57590A@blighty.com
Whole thread Raw
In response to data statistic functions  (Kevin Hunter <hunteke@earlham.edu>)
Responses Re: data statistic functions  (Kevin Hunter <hunteke@earlham.edu>)
List 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




pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: data statistic functions
Next
From: Kevin Hunter
Date:
Subject: Re: data statistic functions