File tree 1 file changed +15
-5
lines changed
1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 2231
2231
<para>
2232
2232
Have <link
2233
2233
linkend="pgstatstatements"><application>pg_stat_statements</></link>
2234
- use a flat file for query text storage, allowing higher limits
2234
+ use a flat file for query text storage (Peter Geoghegan)
2235
+ </para>
2236
+
2237
+ <para>
2238
+ This removes the limitation on query text length, and allows a
2239
+ higher default number of unique statements to be tracked.
2235
2240
(Peter Geoghegan)
2236
2241
</para>
2242
+ </listitem>
2243
+
2244
+ <listitem>
2245
+ <para>
2246
+ Add the ability to retrieve all <application>pg_stat_statements</>
2247
+ information except the query text (Peter Geoghegan)
2248
+ </para>
2237
2249
2238
2250
<para>
2239
- Also add the ability to retrieve all
2240
- <application>pg_stat_statements</> information except the query
2241
- text. This allows programs to reuse the query text already
2242
- retrieved by referencing queryid.
2251
+ This allows programs to reuse the query text already retrieved
2252
+ by referencing <structname>queryid</>.
2243
2253
</para>
2244
2254
</listitem>
2245
2255
You can’t perform that action at this time.
0 commit comments