diff options
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 6562cc400b3..252300db14b 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -3483,9 +3483,9 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i predefined list (<literal>async</literal>, <literal>clog</literal>, <literal>commit_timestamp</literal>, <literal>multixact_offset</literal>, <literal>multixact_member</literal>, <literal>oldserxid</literal>, - <literal>pg_xact</literal>, <literal>subtrans</literal> and - <literal>other</literal>) resets counters for only that entry. - Names not included in this list are treated as <literal>other</literal>. + <literal>subtrans</literal> and <literal>other</literal>) resets counters + for only that entry. Names not included in this list are treated as + <literal>other</literal>. </entry> </row> </tbody> |