diff options
| author | Michael Paquier | 2022-11-22 00:16:02 +0000 |
|---|---|---|
| committer | Michael Paquier | 2022-11-22 00:16:02 +0000 |
| commit | aa1fe772c9dbdf54bae6a3cbdb31625cb0579a9e (patch) | |
| tree | de779c17083c4560ee3c1f7e99c60b9792336b32 /doc/src | |
| parent | 926ba562ef4f85e922aef6ee64a5209fe2d00d54 (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
Diffstat (limited to 'doc/src')
| -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 87e2a91da51..d8b20844a97 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -2641,7 +2641,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> |
