Re: pg_clog & vacuum oddness

From: Jeff <threshar(at)torgo(dot)978(dot)org>
To: DHS Webmaster <webmaster(at)dhs-club(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: pg_clog & vacuum oddness
Date: 2003-10-29 17:01:16
Message-ID: 20031029120116.228f7825.threshar@torgo.978.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Wed, 29 Oct 2003 11:53:38 -0500
DHS Webmaster <webmaster(at)dhs-club(dot)com> wrote:

> We vacuum our working database nightly. Although this is not a 'full',
> we don't exclude any tables. We don't do anything with template1
> (knowingly), so we do not perform any maintenance on it either.

Why not go through the list in pg_database to make sure you didn't
forget about any (like I did).

given that template0 and 1 rarely change.. I don't see why we'd need to
vacuum them

--
Jeff Trout <jeff(at)jefftrout(dot)com>
http://www.jefftrout.com/
http://www.stuarthamm.net/

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message DHS Webmaster 2003-10-29 17:17:59 Re: pg_clog & vacuum oddness
Previous Message Jeff 2003-10-29 16:54:58 Re: pg_clog & vacuum oddness