]> granicus.if.org Git - postgresql/commitdiff
In 9.4 release notes, add detail to pg_stat_statements items
authorBruce Momjian <bruce@momjian.us>
Mon, 5 May 2014 23:58:58 +0000 (19:58 -0400)
committerBruce Momjian <bruce@momjian.us>
Mon, 5 May 2014 23:58:58 +0000 (19:58 -0400)
doc/src/sgml/release-9.4.sgml

index ffb85bf882c91d1cea47064390de61e3b023d637..4f33e90510ce1f07527cb3e6398dfceeff47066f 100644 (file)
        <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>