Fwd: Regarding pg_stat_statements

From: Sreerama Manoj <manoj(dot)sreerama973(at)gmail(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Fwd: Regarding pg_stat_statements
Date: 2015-03-13 10:38:22
Message-ID: CA+go1QHgHEwDDaYbA+G0J4aBm-=QndmX-hJ2iBYDBXHthAdESA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Hi,
As we know that "pg_stat_statements" will monitor the queries after
normalizing the queries(Removes the values present in query). I want to
know is there a way to store those normalized values because I want to
check the type of data(values) ,range of data that is being hit to the
database. I am using Postgres 9.4

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vick Khera 2015-03-13 12:13:54 Re: DB Connections
Previous Message Job 2015-03-13 10:11:13 DB Connections

Browse pgsql-hackers by date

  From Date Subject
Next Message Julien Tachoires 2015-03-13 10:48:14 Re: patch : Allow toast tables to be moved to a different tablespace
Previous Message Ashutosh Bapat 2015-03-13 09:32:18 Re: Join push-down support for foreign tables