Getting statistics for each sql statement?

From: Stefan-Michael Guenther <s(dot)guenther(at)in-put(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Getting statistics for each sql statement?
Date: 2010-07-22 11:50:25
Message-ID: 4C483081.7050003@in-put.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

is it possible to get statistics on the usage of different sql
statements, e.g. how many INSERT or UPDATE statements per day?

log_statement_stats doesn't seem to be the right parameter or I haven't
found the output statistic for this command.

Any ideas or suggestions?

Thanks,

Stefan

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Geoffrey 2010-07-22 11:56:02 Re: locating cities within a radius of another
Previous Message Alban Hertroys 2010-07-22 11:10:53 Re: Passing a PGconn * between two processes on Unix like systems