Improve description of pg_stat_statements normalisation in release notes.

pull/3/head
Simon Riggs 14 years ago
parent 56b62cbd01
commit 3e4d3a32b2
  1. 10
      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>

Loading…
Cancel
Save