data statistic functions - Mailing list pgsql-general

From Kevin Hunter
Subject data statistic functions
Date
Msg-id 471E5CD8.20505@earlham.edu
Whole thread Raw
Responses Re: data statistic functions  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: data statistic functions  (Steve Atkins <steve@blighty.com>)
Re: data statistic functions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
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 . . .

On a side note, I also noted that I couldn't immediately spot AVG, MAX,
or MIN in the output of \df.

Thanks,

Kevin

pgsql-general by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: newbie: update timestamp trigger?
Next
From: "Joshua D. Drake"
Date:
Subject: Re: data statistic functions