Re: BUG #3555: does not work VACUUM

From: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
To: Dmitry <dd442(at)mail(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3555: does not work VACUUM
Date: 2007-08-19 18:28:57
Message-ID: 46C88BE9.6030205@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Dmitry wrote:
> postgres(at)darkstar:/root$ postgres -D /var/lib/pgsql/data/ -P taxi
> ...
> backend>VACUUM;
>
>
> WARNING: database "baza" must be vacuumed within 976005 transactions
> HINT: To avoid a database shutdown, execute a full-database VACUUM in
> "baza".
> ...

The database that needs to be vacuumed is "baza", as the warning says.
You need to connect to "baza" database, not "taxi" as you did above, and
run VACUUM there.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Ruediger Kemmler 2007-08-19 19:51:05 BUG #3556: Installroutine hides destination folder
Previous Message Dmitry 2007-08-19 16:44:06 BUG #3555: does not work VACUUM