Re: [GENERAL] Fwd: Regarding pg_stat_statements

2015-03-13 Thread Matthew McGuire
You can set log_min_duration_statement = 0 to log every statement. On Fri, Mar 13, 2015 at 3:38 AM, Sreerama Manoj wrote: > > 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

[GENERAL] Fwd: Regarding pg_stat_statements

2015-03-13 Thread Sreerama Manoj
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 databas