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
This commit is contained in:
Magnus Hagander 2021-05-17 10:59:54 +02:00
parent 15fcd33e06
commit f9e6d00df0

View File

@ -89,8 +89,8 @@
</para>
<para>
True if the query was executed as a top level statement
(if <varname>pg_stat_statements.track</varname> is set to
<literal>all</literal>, otherwise always false)
(always true if <varname>pg_stat_statements.track</varname> is set to
<literal>top</literal>)
</para></entry>
</row>