We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b2a23 commit b4deefcCopy full SHA for b4deefc
doc/src/sgml/pgstatstatements.sgml
@@ -42,9 +42,10 @@
42
<para>
43
The statistics gathered by the module are made available via a
44
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
+ contains one row for each distinct combination of database ID, user
+ ID, query ID and whether it's a top level statement or not (up to
+ the maximum number of distinct statements that the module can track).
48
+ The columns of the view are shown in
49
<xref linkend="pgstatstatements-columns"/>.
50
</para>
51
0 commit comments