Re: Drop database / database in use question - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Drop database / database in use question
Date
Msg-id dcc563d10810170954m10a2b4aemad079468d8a7a417@mail.gmail.com
Whole thread Raw
In response to Re: Drop database / database in use question  ("Dan Armbrust" <daniel.armbrust.list@gmail.com>)
Responses Re: Drop database / database in use question  ("Dan Armbrust" <daniel.armbrust.list@gmail.com>)
List pgsql-general
On Fri, Oct 17, 2008 at 9:16 AM, Dan Armbrust
<daniel.armbrust.list@gmail.com> wrote:
> I don't suppose that there is any easy way way that I can stop and/or
> disable the Autovac temporarily for the database that I want to drop.
>
> The only thing that I have seen so far, is that I would have to add
> rows to the pg_autovacuum  table for each table in my database, but
> I'm    not confident that that would even stop it from accessing the
> database, since it says that even when set to disabled, autovacuum
> will still run to prevent transaction id wraparounds, so it seems that
> it still would make make a quick check into the database that my drop
> command could collide with.

Just set autovacuum = off in postgresql.conf and reload and it's off.


--
When fascism comes to America, it will be draped in a flag and
carrying a cross - Sinclair Lewis

pgsql-general by date:

Previous
From: André Volpato
Date:
Subject: Re: VACUUM PANIC: corrupted item pointer
Next
From: "Andrus"
Date:
Subject: Re: OR or IN ?