projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9972c7d
)
doc: Improve example query related to pg_wait_events
author
Michael Paquier
<michael@paquier.xyz>
Mon, 23 Oct 2023 23:40:43 +0000
(08:40 +0900)
committer
Michael Paquier
<michael@paquier.xyz>
Mon, 23 Oct 2023 23:40:43 +0000
(08:40 +0900)
Author: Pavel Luzanov
Discussion: https://postgr.es/m/
4f79be75
-7e30-4817-b0da-
4a691ea5427f
@postgrespro.ru
doc/src/sgml/monitoring.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/monitoring.sgml
b/doc/src/sgml/monitoring.sgml
index 1149093a8a6d2a2eb08b9c9f1f8e252601e665de..3f49ff79f3434c7fa1b299cdd7a6e917361ffeac 100644
(file)
--- a/
doc/src/sgml/monitoring.sgml
+++ b/
doc/src/sgml/monitoring.sgml
@@
-1119,7
+1119,7
@@
SELECT a.pid, a.wait_event, w.description
FROM pg_stat_activity a JOIN
pg_wait_events w ON (a.wait_event_type = w.type AND
a.wait_event = w.name)
- WHERE wait_event is NOT NULL and a.state = 'active';
+ WHERE
a.
wait_event is NOT NULL and a.state = 'active';
-[ RECORD 1 ]------------------------------------------------------&zwsp;------------
pid | 686674
wait_event | WALInitSync