aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/release-9.2.sgml10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml
index ce368e90988..d8f8174333f 100644
--- a/doc/src/sgml/release-9.2.sgml
+++ b/doc/src/sgml/release-9.2.sgml
@@ -2734,8 +2734,14 @@
<listitem>
<para>
- Improve <application>pg_stat_statements</> to aggregate similar
- queries (Peter Geoghegan, Tom Lane)
+ Allow <application>pg_stat_statements</> to aggregate similar
+ queries via SQL text normalisation (Peter Geoghegan, Tom Lane)
+ </para>
+
+ <para>
+ Users with applications that use non-parameterized SQL will now
+ be able to monitor query performance without using log file
+ analysis.
</para>
</listitem>