Re: BUG #3555: does not work VACUUM - Mailing list pgsql-bugs

From Heikki Linnakangas
Subject Re: BUG #3555: does not work VACUUM
Date
Msg-id 46C88BE9.6030205@enterprisedb.com
Whole thread Raw
In response to BUG #3555: does not work VACUUM  ("Dmitry" <dd442@mail.ru>)
List pgsql-bugs
Dmitry wrote:
> postgres@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

pgsql-bugs by date:

Previous
From: "Dmitry"
Date:
Subject: BUG #3555: does not work VACUUM
Next
From: Andrew Chernow
Date:
Subject: 8.3devel BUG with Cash send and recv