Re: pg_clog & vacuum oddness - Mailing list pgsql-admin

From Tom Lane
Subject Re: pg_clog & vacuum oddness
Date
Msg-id 12787.1067448273@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_clog & vacuum oddness  (DHS Webmaster <webmaster@dhs-club.com>)
List pgsql-admin
DHS Webmaster <webmaster@dhs-club.com> writes:
> 1. Should we be doing a periodic vacuum on template1?

Yes.

> 3. It is safe to delete all the clog files prior to the last restart of
> postgres, yes?

NO.  That WILL destroy your database.  Much safer to let VACUUM do
it for you.

            regards, tom lane

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_clog & vacuum oddness
Next
From: Tom Lane
Date:
Subject: Re: [SQL] Table versions