From f9e6d00df029144fd8f4ec70c52b5a1d2444f895 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 17 May 2021 10:59:54 +0200 Subject: [PATCH] Fix wording in description of pg_stat_statements.toplevel 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/pgstatstatements.sgml b/doc/src/sgml/pgstatstatements.sgml index aa332d8cc22..f20b255d4e4 100644 --- a/doc/src/sgml/pgstatstatements.sgml +++ b/doc/src/sgml/pgstatstatements.sgml @@ -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)