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

Commit076055e

Browse files
committed
Add description of log_statement_stats's function (total statement stats
rather than per-stage stats).
1 parenta302b8e commit076055e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎doc/src/sgml/runtime.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.255 2004/03/26 03:18:28 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.256 2004/03/31 19:59:22 momjian Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -2182,7 +2182,9 @@ SET ENABLE_SEQSCAN TO OFF;
21822182
<para>
21832183
For each query, write performance statistics of the respective
21842184
module to the server log. This is a crude profiling
2185-
instrument. All of these options are disabled by default.
2185+
instrument. <varname>log_statement_stats</varname> reports total
2186+
statement statistics, while the others report per-state statistics.
2187+
All of these options are disabled by default.
21862188
Only superusers can turn off any of these options if they have
21872189
been enabled by the administrator.
21882190
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp