10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b62cb commit 3e4d3a3Copy full SHA for 3e4d3a3
doc/src/sgml/release-9.2.sgml
@@ -2734,8 +2734,14 @@
2734
2735
<listitem>
2736
<para>
2737
- Improve <application>pg_stat_statements</> to aggregate similar
2738
- queries (Peter Geoghegan, Tom Lane)
+ Allow <application>pg_stat_statements</> to aggregate similar
+ queries via SQL text normalisation (Peter Geoghegan, Tom Lane)
2739
+ </para>
2740
+
2741
+ <para>
2742
+ Users with applications that use non-parameterized SQL will now
2743
+ be able to monitor query performance without using log file
2744
+ analysis.
2745
</para>
2746
</listitem>
2747
0 commit comments