File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -611,6 +611,19 @@ SELECT datname, age(datfrozenxid) FROM pg_database;
611
611
cutoff XID to the current transaction's XID.
612
612
</para>
613
613
614
+ <tip>
615
+ <para>
616
+ When the <command>VACUUM</command> command's <literal>VERBOSE</literal>
617
+ parameter is specified, <command>VACUUM</command> prints various
618
+ statistics about the table. This includes information about how
619
+ <structfield>relfrozenxid</structfield> and
620
+ <structfield>relminmxid</structfield> advanced. The same details appear
621
+ in the server log when autovacuum logging (controlled by <xref
622
+ linkend="guc-log-autovacuum-min-duration"/>) reports on a
623
+ <command>VACUUM</command> operation executed by autovacuum.
624
+ </para>
625
+ </tip>
626
+
614
627
<para>
615
628
<command>VACUUM</command> normally only scans pages that have been modified
616
629
since the last vacuum, but <structfield>relfrozenxid</structfield> can only be
You can’t perform that action at this time.
0 commit comments