data statistic functions

From: Kevin Hunter <hunteke(at)earlham(dot)edu>
To: Postgres General List <pgsql-general(at)postgresql(dot)org>
Subject: data statistic functions
Date: 2007-10-23 20:43:04
Message-ID: 471E5CD8.20505@earlham.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2007-10-23 20:50:36 Re: data statistic functions
Previous Message Scott Marlowe 2007-10-23 19:43:31 Re: newbie: update timestamp trigger?