projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15fcd33
)
Fix wording in description of pg_stat_statements.toplevel
author
Magnus Hagander
Mon, 17 May 2021 08:59:54 +0000
(10:59 +0200)
committer
Magnus Hagander
Mon, 17 May 2021 08:59:54 +0000
(10:59 +0200)
Incorrect wording got applied in
7531fcb1fcf
.
Reported-By: Fujii Masao
Discussion: https://postgr.es/m/
e5512912
-eac9-b163-df2b-
e2601ce06d27
@oss.nttdata.com
doc/src/sgml/pgstatstatements.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/pgstatstatements.sgml
b/doc/src/sgml/pgstatstatements.sgml
index aa332d8cc2264d30a08da647c9dd63e985fcfcf3..f20b255d4e4250b4a23ca016c9dd9433c979330c 100644
(file)
--- 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
)