<badair@xxxxxxxxxxxxxxx> 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 -- Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin