File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 46
46
<para>
47
47
The statistics gathered by the module are made available via a
48
48
view named <structname>pg_stat_statements</structname>. This view
49
- contains one row for each distinct database ID, user ID and query
50
- ID (up to the maximum number of distinct statements that the module
49
+ contains one row for each distinct database ID, user ID, query ID and
50
+ toplevel (up to the maximum number of distinct statements that the module
51
51
can track). The columns of the view are shown in
52
52
<xref linkend="pgstatstatements-columns"/>.
53
53
</para>
93
93
</para>
94
94
<para>
95
95
True if the query was executed as a top level statement
96
+ (if <varname>pg_stat_statements.track</varname> is set to
97
+ <literal>all</literal>, otherwise always false)
96
98
</para></entry>
97
99
</row>
98
100
You can’t perform that action at this time.
0 commit comments