mirror of
https://github.com/postgres/postgres.git
synced 2025-05-30 00:02:11 -04:00
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:
parent
15fcd33e06
commit
f9e6d00df0
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user