Re: [PROPOSAL] timestamp informations to pg_stat_statements

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: Jun Cheol Gim <dialogbox(at)gmail(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PROPOSAL] timestamp informations to pg_stat_statements
Date: 2016-07-17 23:06:41
Message-ID: CAM3SWZRuV3q4u-pRQro0h6saJxmzUc8vaL=3O6AxA0WYyeh6Yg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Jul 17, 2016 at 12:22 AM, Jun Cheol Gim <dialogbox(at)gmail(dot)com> wrote:
> If we have timestamp of first and last executed, we can easily gather thess
> informations and there are tons of more use cases.

-1 from me.

I think that this is the job of a tool that aggregates things from
pg_stat_statements. It's unfortunate that there isn't a good
third-party tool that does that, but there is nothing that prevents
it.

--
Peter Geoghegan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-07-17 23:15:41 Re: [PROPOSAL] timestamp informations to pg_stat_statements
Previous Message Peter Geoghegan 2016-07-17 23:03:01 Re: Obsolete comment within fmgr.c