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
This commit is contained in:
Michael Paquier 2022-11-22 09:16:02 +09:00
parent 926ba562ef
commit aa1fe772c9

View File

@ -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>