1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00

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:15:59 +09:00
parent 4c3cb6b762
commit e9c8907c3b

View File

@ -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><structfield>n_tup_upd</structfield></entry>
<entry><type>bigint</type></entry> <entry><type>bigint</type></entry>
<entry>Number of rows updated (includes <link <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>
<row> <row>
<entry><structfield>n_tup_del</structfield></entry> <entry><structfield>n_tup_del</structfield></entry>