Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b4deefc

Browse files
committed
Clarify description of pg_stat_statements columns
Reported-By: Peter Eisentraut Backpatch-through: 14 Discussion: https://postgr.es/m/8f5e63b8-e8ed-0f80-d8c4-68222624c200@enterprisedb.com
1 parent 55b2a23 commit b4deefc

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)