mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix wording in description of pg_stat_statements.toplevel
Incorrect wording got applied in 7531fcb1fc
.
Reported-By: Fujii Masao
Discussion: https://postgr.es/m/e5512912-eac9-b163-df2b-e2601ce06d27@oss.nttdata.com
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user