From: Magnus Hagander Date: Mon, 17 May 2021 08:59:54 +0000 (+0200) Subject: Fix wording in description of pg_stat_statements.toplevel X-Git-Tag: REL_14_BETA1~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9e6d00df029144fd8f4ec70c52b5a1d2444f895;p=thirdparty%2Fpostgresql.git 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 --- 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)