Re: Ingres statdump equivalent for postgresql

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <badair(at)epc-instore(dot)com>,<pgsql-admin(at)postgresql(dot)org>
Subject: Re: Ingres statdump equivalent for postgresql
Date: 2010-09-17 18:33:13
Message-ID: 4C936E190200002500035962@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

<badair(at)epc-instore(dot)com> wrote:

> I'm looking for a tool that will enable me to dump the data
> frequency histograms for a postgresql table. This assumes of
> course that postgresql supports compilation and use of these sort
> of statistics. I've had a look through the manuals but nothing
> springs to the eye.

Did you look at the system catalogs in the documentation? It sounds
like you want some of the information from pg_statistic in pretty
form?

http://www.postgresql.org/docs/current/interactive/catalog-pg-statistic.html

You might also want to read about the ANALYZE command.

-Kevin

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2010-09-17 20:30:16 Re: Ingres statdump equivalent for postgresql
Previous Message badair 2010-09-17 17:39:36 Ingres statdump equivalent for postgresql