Fix wording in description of pg_stat_statements.toplevel
authorMagnus Hagander
Mon, 17 May 2021 08:59:54 +0000 (10:59 +0200)
committerMagnus Hagander
Mon, 17 May 2021 08:59:54 +0000 (10:59 +0200)
Incorrect wording got applied in 7531fcb1fcf.

Reported-By: Fujii Masao
Discussion: https://postgr.es/m/e5512912-eac9-b163-df2b-e2601ce06d27@oss.nttdata.com

doc/src/sgml/pgstatstatements.sgml

index aa332d8cc2264d30a08da647c9dd63e985fcfcf3..f20b255d4e4250b4a23ca016c9dd9433c979330c 100644 (file)
@@ -89,8 +89,8 @@
       
       
        True if the query was executed as a top level statement
-       (if pg_stat_statements.track is set to
-       all, otherwise always false)
+       (always true if pg_stat_statements.track is set to
+       top)