Dmitry wrote:
> [EMAIL PROTECTED]:/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

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to