Skip to content

Commit f2104c1

Browse files
committed
add more links to event tables
1 parent 8678697 commit f2104c1

File tree

1 file changed

+3
-3
lines changed
  • advocacy_docs/pg_extensions/wait_states

1 file changed

+3
-3
lines changed

advocacy_docs/pg_extensions/wait_states/using.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ In addition to the common parameters described previously, each row of the outpu
9494

9595
`sample_time` — The time when wait event data was collected.
9696

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.
9898

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.
100100

101101
### Example
102102

@@ -513,7 +513,7 @@ In addition to the common parameters described previously, each row of the outpu
513513

514514
`waitevent` — The name of the wait event.
515515

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.
517517

518518
`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`.
519519

0 commit comments

Comments
 (0)