summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/pgstatstatements.sgml7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/pgstatstatements.sgml b/doc/src/sgml/pgstatstatements.sgml
index 1696a6e6369..542b197282c 100644
--- a/doc/src/sgml/pgstatstatements.sgml
+++ b/doc/src/sgml/pgstatstatements.sgml
@@ -42,9 +42,10 @@
<para>
The statistics gathered by the module are made available via a
view named <structname>pg_stat_statements</structname>. This view
- contains one row for each distinct database ID, user ID, query ID and
- toplevel (up to the maximum number of distinct statements that the module
- 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).
+ The columns of the view are shown in
<xref linkend="pgstatstatements-columns"/>.
</para>