Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc11f1f7

Browse files
committed
Document that last vacuum statistics and counts are for non-FULL vacuums.
1 parent2269071 commitc11f1f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/monitoring.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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 wasnon-<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 beennon-<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 lastnon-<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 beennon-<option>FULL</>vacuumed manually
818818
</entry>
819819
</row>
820820

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp