Re: BUG #15319: pg_stat_user_tables not showing last vacuum date

Поиск
Список
Период
Сортировка
От Sergei Kornilov
Тема Re: BUG #15319: pg_stat_user_tables not showing last vacuum date
Дата
Msg-id 6401121533802072@iva7-bd007c44f58e.qloud-c.yandex.net
обсуждение исходный текст
Ответ на BUG #15319: pg_stat_user_tables not showing last vacuum date  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #15319: pg_stat_user_tables not showing last vacuum date  (shaurya jain <12345shaurya@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15319: pg_stat_user_tables not showing last vacuum date
Следующее
От: Dean Rasheed
Дата:
Сообщение: Re: BUG #15307: Low numerical precision of (Co-) Variance