@@ -325,11 +325,11 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
325325 scans, numbers of row insertions, updates, and deletions,
326326 number of row updates that were HOT (i.e., no separate index update),
327327 numbers of live and dead rows,
328- the last time the table was vacuumed manually,
328+ the last time the table was non-<option>FULL</> vacuumed manually,
329329 the last time it was vacuumed by the autovacuum daemon,
330330 the last time it was analyzed manually,
331331 the last time it was analyzed by the autovacuum daemon,
332- number of times it has been vacuumed manually,
332+ number of times it has been non-<option>FULL</> vacuumed manually,
333333 number of times it has been vacuumed by the autovacuum daemon,
334334 number of times it has been analyzed manually,
335335 and the number of times it has been analyzed by the autovacuum daemon.
@@ -781,7 +781,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
781781 <entry><literal><function>pg_stat_get_last_vacuum_time</function>(<type>oid</type>)</literal></entry>
782782 <entry><type>timestamptz</type></entry>
783783 <entry>
784- Time of the last vacuum initiated by the user on this table
784+ Time of the last non-<option>FULL</option> vacuum initiated by the user on this table
785785 </entry>
786786 </row>
787787
@@ -814,7 +814,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
814814 <entry><literal><function>pg_stat_get_vacuum_count</function>(<type>oid</type>)</literal></entry>
815815 <entry><type>bigint</type></entry>
816816 <entry>
817- The number of times this table has been vacuumed manually
817+ The number of times this table has been non-<option>FULL</> vacuumed manually
818818 </entry>
819819 </row>
820820
0 commit comments