diff options
author | Michael Paquier <michael@paquier.xyz> | 2022-11-22 09:15:59 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2022-11-22 09:15:59 +0900 |
commit | e9c8907c3b39de09618c3f62c499f45c22ca8ce7 (patch) | |
tree | 63f6503dcae3a3f5ea96bca34af9671a448691bd | |
parent | 4c3cb6b762061645cfa7efea16c159ee0cbc78bf (diff) |
doc: Fix description of pg_stat_all_tables.n_tup_upd
Issue caused by an incorrect merge done in f507895.
This issue only impacts v11 and v12.
Author: Guillaume Lelarge
Discussion: https://postgr.es/m/CAECtzeUAL3qoebLBDnn2DfWYS0Kww-yqDicQQ3r+JS5Yu1n6FA@mail.gmail.com
Backpatch-through: 11
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 6ad4688e38e..b2a27c8c7fc 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -2790,7 +2790,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i <entry><structfield>n_tup_upd</structfield></entry> <entry><type>bigint</type></entry> <entry>Number of rows updated (includes <link - linkend="storage-hot">HOT updated rows</link> updated rows)</entry> + linkend="storage-hot">HOT updated rows</link>)</entry> </row> <row> <entry><structfield>n_tup_del</structfield></entry> |