You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: advocacy_docs/pg_extensions/wait_states/using.mdx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -94,9 +94,9 @@ In addition to the common parameters described previously, each row of the outpu
94
94
95
95
`sample_time`— The time when wait event data was collected.
96
96
97
-
`wait_event_type`— The type of wait event the session (backend) is waiting on.
97
+
`wait_event_type`— The type of wait event the session (backend) is waiting on. For more information, see [Wait Event Types](https://www.postgresql.org/docs/current/monitoring-stats.html#WAIT-EVENT-TABLE) in the PostgreSQL documentation.
98
98
99
-
`wait_event`— The wait event the session (backend) is waiting on.
99
+
`wait_event`— The wait event the session (backend) is waiting on. For more information, see [Wait Events](https://www.postgresql.org/docs/current/monitoring-stats.html#WAIT-EVENT-ACTIVITY-TABLE) in the PostgreSQL documentation.
100
100
101
101
### Example
102
102
@@ -513,7 +513,7 @@ In addition to the common parameters described previously, each row of the outpu
513
513
514
514
`waitevent`— The name of the wait event.
515
515
516
-
`wait_event_type`— The type of wait event.
516
+
`wait_event_type`— The type of wait event. For more information, see [Wait Event Types](https://www.postgresql.org/docs/current/monitoring-stats.html#WAIT-EVENT-TABLE) in the PostgreSQL documentation.
517
517
518
518
`waittime`— The approximate wait time of this wait event (in seconds) based on the number of samples and the sampling interval from `edb_wait_states_samples`.
0 commit comments