diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 40ad4191949..5cfdc70c03f 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -4863,7 +4863,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i - last_seq_scan timestamptz + last_seq_scan timestamp with time zone The time of the last sequential scan on this table, based on the @@ -4891,7 +4891,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i - last_idx_scan timestamptz + last_idx_scan timestamp with time zone The time of the last index scan on this table, based on the @@ -5170,7 +5170,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i - last_idx_scan timestamptz + last_idx_scan timestamp with time zone The time of the last scan on this index, based on the