Improve description of pg_stat_statements normalisation in release notes.
authorSimon Riggs
Fri, 1 Jun 2012 10:49:14 +0000 (11:49 +0100)
committerSimon Riggs
Fri, 1 Jun 2012 10:49:14 +0000 (11:49 +0100)
doc/src/sgml/release-9.2.sgml

index ce368e90988636be92baf9a3733cfab437b6a3fa..d8f8174333f653865be943a694d21b069a922999 100644 (file)
 
       
        
-        Improve pg_stat_statements to aggregate similar
-        queries (Peter Geoghegan, Tom Lane)
+        Allow pg_stat_statements to aggregate similar
+        queries via SQL text normalisation (Peter Geoghegan, Tom Lane)
+       
+
+       
+        Users with applications that use non-parameterized SQL will now
+        be able to monitor query performance without using log file
+        analysis.