diff --git a/doc/src/sgml/pgstatstatements.sgml b/doc/src/sgml/pgstatstatements.sgml index 1696a6e636..542b197282 100644 --- a/doc/src/sgml/pgstatstatements.sgml +++ b/doc/src/sgml/pgstatstatements.sgml @@ -42,9 +42,10 @@ The statistics gathered by the module are made available via a view named pg_stat_statements. 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 .