mirror of
https://github.com/postgres/postgres.git
synced 2025-05-31 00:01:57 -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>
|
||||||
<para>
|
<para>
|
||||||
True if the query was executed as a top level statement
|
True if the query was executed as a top level statement
|
||||||
(if <varname>pg_stat_statements.track</varname> is set to
|
(always true if <varname>pg_stat_statements.track</varname> is set to
|
||||||
<literal>all</literal>, otherwise always false)
|
<literal>top</literal>)
|
||||||
</para></entry>
|
</para></entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user