Re: vacuum strategy

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tina Messmann <tina(dot)messmann(at)xinux(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: vacuum strategy
Date: 2002-11-26 11:02:01
Message-ID: 7410.1038308521@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tina Messmann <tina(dot)messmann(at)xinux(dot)de> writes:
> does this include the template1 database? So i have to vacuum the
> tempate1 database too on a regular basis to avoid the rolling over of
> the transaction id?

Only if you're in the habit of modifying template1.

If you make occasional one-time changes to template1 (like, say,
installing plpgsql in it) you can do a "vacuum freeze" afterward
to make sure all is well; then you needn't include template1 in
your list of things to vacuum regularly.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Savita 2002-11-26 11:10:26 Re: COPY COMMAND
Previous Message SZŰCS Gábor 2002-11-26 11:01:26 Re: query visibility - trigger order - bug?