Re: BUG #15319: pg_stat_user_tables not showing last vacuum date - Mailing list pgsql-bugs

From Sergei Kornilov
Subject Re: BUG #15319: pg_stat_user_tables not showing last vacuum date
Date
Msg-id 6401121533802072@iva7-bd007c44f58e.qloud-c.yandex.net
Whole thread Raw
In response to BUG #15319: pg_stat_user_tables not showing last vacuum date  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #15319: pg_stat_user_tables not showing last vacuum date  (shaurya jain <12345shaurya@gmail.com>)
List pgsql-bugs
Hello
This is documented behavior:
https://www.postgresql.org/docs/current/static/monitoring-stats.html#PG-STAT-ALL-TABLES-VIEW
> last_vacuum     timestamp with time zone     Last time at which this table was manually vacuumed (not counting VACUUM
FULL)

So, this is not bug.

regards, Sergei


pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #15319: pg_stat_user_tables not showing last vacuum date
Next
From: Dean Rasheed
Date:
Subject: Re: BUG #15307: Low numerical precision of (Co-) Variance