pg_stat_get_last_vacuum_time(): why non-FULL?

From: CR Lender <crlender(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_stat_get_last_vacuum_time(): why non-FULL?
Date: 2013-03-25 23:16:50
Message-ID: 5150DAE2.4040007@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

According to the manual (9.1), pg_stat_get_last_vacuum_time() returns

timestamptz | Time of the last non-FULL vacuum initiated by the
| user on this table

Why are full vacuums excluded from this statistic? It looks like there's
no way to get the date of the last manual vacuum, if only full vacuums
are performed.

regards,
crl

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lonni J Friedman 2013-03-25 23:26:24 Re: UNLOGGED TEMPORARY tables?
Previous Message Merlin Moncure 2013-03-25 23:13:00 Re: PostgreSQL and VIEWS