Regarding pg_stat_statements - Mailing list pgsql-hackers

From Sreerama Manoj
Subject Regarding pg_stat_statements
Date
Msg-id CA+go1QHemEHePcaUz3RC8zo3ftkPPuwsMdEQFn-u=AxaPPBGVg@mail.gmail.com
Whole thread Raw
Responses Re: Regarding pg_stat_statements  (Ronan Dunklau <ronan.dunklau@dalibo.com>)
List 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

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Reduce pinning in btree indexes
Next
From: Ashutosh Bapat
Date:
Subject: Re: Join push-down support for foreign tables