File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 22312231 <para>
22322232 Have <link
22332233 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.
22352240 (Peter Geoghegan)
22362241 </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>
22372249
22382250 <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</>.
22432253 </para>
22442254 </listitem>
22452255
You can’t perform that action at this time.
0 commit comments