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

Commitb4deefc

Browse files
committed
Clarify description of pg_stat_statements columns
Reported-By: Peter EisentrautBackpatch-through: 14Discussion:https://postgr.es/m/8f5e63b8-e8ed-0f80-d8c4-68222624c200@enterprisedb.com
1 parent55b2a23 commitb4deefc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎doc/src/sgml/pgstatstatements.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@
4242
<para>
4343
The statistics gathered by the module are made available via a
4444
view named <structname>pg_stat_statements</structname>. This view
45-
contains one row for each distinct database ID, user ID, query ID and
46-
toplevel (up to the maximum number of distinct statements that the module
47-
can track). The columns of the view are shown in
45+
contains one row for each distinct combination of database ID, user
46+
ID, query ID and whether it's a top level statement or not (up to
47+
the maximum number of distinct statements that the module can track).
48+
The columns of the view are shown in
4849
<xref linkend="pgstatstatements-columns"/>.
4950
</para>
5051

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp