| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Jim Nasby <jnasby(at)pervasive(dot)com> |
| Cc: | "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>, Gourish Singbal <gourish(at)gmail(dot)com>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: auto vacuuming |
| Date: | 2006-04-04 00:03:57 |
| Message-ID: | 7575.1144109037@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Jim Nasby <jnasby(at)pervasive(dot)com> writes:
> The problem with that is unless I missed a change in 8.1, autovac
> knows absolutely nothing about when manual vacuums have been run.
It knows perfectly well about full-database vacuums (because those
set pg_database.datvacuumxid), and by the end of the week or so it'll
know about single-table vacuums too:
http://archives.postgresql.org/pgsql-patches/2006-04/msg00009.php
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2006-04-04 00:08:36 | Re: auto vacuuming |
| Previous Message | John DeSoi | 2006-04-03 23:58:23 | Re: auto vacuuming |