Skip to content

Commit cfce3be

Browse files
committed
Doc: Document pg_stat_recovery_prefetch.stats_reset.
This column was missing from the table that describes the new view. Author: Shinoda, Noriyoshi (PN Japan FSIP) <noriyoshi.shinoda@hpe.com> Discussion: https://postgr.es/m/DM4PR84MB173401C19A0EB9B1CAAB197CEED29@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM
1 parent 0107855 commit cfce3be

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/src/sgml/monitoring.sgml

+11
Original file line numberDiff line numberDiff line change
@@ -3009,6 +3009,17 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
30093009
</thead>
30103010

30113011
<tbody>
3012+
<row>
3013+
<entry role="catalog_table_entry">
3014+
<para role="column_definition">
3015+
<structfield>stats_reset</structfield> <type>timestamp with time zone</type>
3016+
</para>
3017+
<para>
3018+
Time at which these statistics were last reset
3019+
</para>
3020+
</entry>
3021+
</row>
3022+
30123023
<row>
30133024
<entry role="catalog_table_entry">
30143025
<para role="column_definition">

0 commit comments

Comments
 (0)