aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2014-05-05 19:58:58 -0400
committerBruce Momjian <bruce@momjian.us>2014-05-05 19:58:58 -0400
commit60832ea39d670cb6c39081e31ad175e0e1c555f8 (patch)
treef20bc5120cca4123bb5b15378b53054872e44fe8 /doc/src
parent49c683bafda8659b885b2b119042e16cba1f702a (diff)
downloadpostgresql-60832ea39d670cb6c39081e31ad175e0e1c555f8.tar.gz
postgresql-60832ea39d670cb6c39081e31ad175e0e1c555f8.zip
In 9.4 release notes, add detail to pg_stat_statements items
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release-9.4.sgml20
1 files changed, 15 insertions, 5 deletions
diff --git a/doc/src/sgml/release-9.4.sgml b/doc/src/sgml/release-9.4.sgml
index ffb85bf882c..4f33e90510c 100644
--- a/doc/src/sgml/release-9.4.sgml
+++ b/doc/src/sgml/release-9.4.sgml
@@ -2231,15 +2231,25 @@
<para>
Have <link
linkend="pgstatstatements"><application>pg_stat_statements</></link>
- use a flat file for query text storage, allowing higher limits
+ use a flat file for query text storage (Peter Geoghegan)
+ </para>
+
+ <para>
+ This removes the limitation on query text length, and allows a
+ higher default number of unique statements to be tracked.
(Peter Geoghegan)
</para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Add the ability to retrieve all <application>pg_stat_statements</>
+ information except the query text (Peter Geoghegan)
+ </para>
<para>
- Also add the ability to retrieve all
- <application>pg_stat_statements</> information except the query
- text. This allows programs to reuse the query text already
- retrieved by referencing queryid.
+ This allows programs to reuse the query text already retrieved
+ by referencing <structname>queryid</>.
</para>
</listitem>