From: | John Sidney-Woollett <johnsw(at)wardbrook(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | postgres general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: vacuum confusion |
Date: | 2005-02-11 16:13:45 |
Message-ID: | 420CD9B9.2060803@wardbrook.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Thanks Tom, I figured it out after I saw the error message when trying
to vacuum template0.
I think the 7.4.x docs could do with a more explanation.
The 8.0 docs are better although a more explicit explanation stating
that you MUST vacuum analyze template1 (periodically) would be useful.
Thanks
John Sidney-Woollett
Tom Lane wrote:
> John Sidney-Woollett <johnsw(at)wardbrook(dot)com> writes:
>
>>However the implication (and my confusion) is that you need to vacuum
>>your own databases only. It's not clear (to me) that you have to do the
>>same for template0 and template1 as well.
>
>
> You have to vacuum template1, but not template0 because the latter is
> marked not datallowconn. Not sure if this is adequately explained
> anywhere. The next-to-last para in section 21.1.3 does mention the
> datallowconn exception, but perhaps doesn't spell it out well enough.
>
> regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | David Goodenough | 2005-02-11 16:39:05 | Re: SQL query |
Previous Message | Yury Don | 2005-02-11 16:12:43 | Re: how to capture query? |