Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit60832ea

Browse files
committed
In 9.4 release notes, add detail to pg_stat_statements items
1 parent49c683b commit60832ea

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

‎doc/src/sgml/release-9.4.sgml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2231,15 +2231,25 @@
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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp