diff options
author | Thomas Munro | 2022-05-29 04:33:26 +0000 |
---|---|---|
committer | Thomas Munro | 2022-05-29 05:04:46 +0000 |
commit | cfce3be818ab6778cf2c314ff4f6f398b74f75eb (patch) | |
tree | 4713ad4cb6c4a01114269489203038f8e7ea68c9 | |
parent | 0107855b1480d381f28f935e279ec3b64f410ef7 (diff) |
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
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 56d9b375ec6..4549c2560e3 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -3012,6 +3012,17 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i <row> <entry role="catalog_table_entry"> <para role="column_definition"> + <structfield>stats_reset</structfield> <type>timestamp with time zone</type> + </para> + <para> + Time at which these statistics were last reset + </para> + </entry> + </row> + + <row> + <entry role="catalog_table_entry"> + <para role="column_definition"> <structfield>prefetch</structfield> <type>bigint</type> </para> <para> |