We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In https://www.enterprisedb.com/docs/pg_extensions/wait_states/using/#edb_wait_states_data there's no description of the possible values of the wait_event_type and wait_event fields.
wait_event_type
wait_event
They're described as
wait_event_type — The type of wait event the session (backend) is waiting on. wait_event — The wait event the session (backend) is waiting on.
but there's nothing more to go on than that.
If these are the same as pg_stat_activity's wait_event and wait_event_type, then this document should link to the EPAS documentation for pg_stat_activity, the equivalent of https://www.postgresql.org/docs/current/monitoring-stats.html#WAIT-EVENT-TABLE in the public postgres docs.
pg_stat_activity
If they aren't, then the docs should describe what they are, and their possible values.
https://github.com/EnterpriseDB/docs/blob/main/advocacy_docs/pg_extensions/wait_states/using.mdx
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
In https://www.enterprisedb.com/docs/pg_extensions/wait_states/using/#edb_wait_states_data there's no description of the possible values of the
wait_event_type
andwait_event
fields.They're described as
but there's nothing more to go on than that.
If these are the same as
pg_stat_activity
'swait_event
andwait_event_type
, then this document should link to the EPAS documentation forpg_stat_activity
, the equivalent of https://www.postgresql.org/docs/current/monitoring-stats.html#WAIT-EVENT-TABLE in the public postgres docs.If they aren't, then the docs should describe what they are, and their possible values.
Where did you see the problem?
https://github.com/EnterpriseDB/docs/blob/main/advocacy_docs/pg_extensions/wait_states/using.mdx
Expected behavior
No response
Screenshots
No response
Browser / Platform
No response
Additional notes
No response
The text was updated successfully, but these errors were encountered: