In 9.4 release notes, add detail to pg_stat_statements items
This commit is contained in:
parent
49c683bafd
commit
60832ea39d
@ -2231,15 +2231,25 @@
|
|||||||
<para>
|
<para>
|
||||||
Have <link
|
Have <link
|
||||||
linkend="pgstatstatements"><application>pg_stat_statements</></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)
|
||||||
(Peter Geoghegan)
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Also add the ability to retrieve all
|
This removes the limitation on query text length, and allows a
|
||||||
<application>pg_stat_statements</> information except the query
|
higher default number of unique statements to be tracked.
|
||||||
text. This allows programs to reuse the query text already
|
(Peter Geoghegan)
|
||||||
retrieved by referencing queryid.
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Add the ability to retrieve all <application>pg_stat_statements</>
|
||||||
|
information except the query text (Peter Geoghegan)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
This allows programs to reuse the query text already retrieved
|
||||||
|
by referencing <structname>queryid</>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user