Re: postgres 8.2.9 transaction id wraparound failure

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: postgres 8.2.9 transaction id wraparound failure
Дата
Msg-id 20090420182602.GE10358@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: postgres 8.2.9 transaction id wraparound failure  ("Maria L. Wilson" <Maria.L.Wilson-1@nasa.gov>)
Ответы Re: postgres 8.2.9 transaction id wraparound failure
Free Space after vacuuming
Список pgsql-admin
Maria L. Wilson wrote:
> I was afraid you'd say that - any quick way to vacuum all 315 databases
> on this machine?

Actually you only need to vacuum the database being complained about --
"postgres" in this case.  You can issue
SELECT datname, age(datfrozenxid) FROM pg_database ORDER BY age(datfrozenxid) DESC
to find whether any other database is going to need vacuuming as well.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

В списке pgsql-admin по дате отправления:

Предыдущее
От: "Maria L. Wilson"
Дата:
Сообщение: Re: postgres 8.2.9 transaction id wraparound failure
Следующее
От: "Maria L. Wilson"
Дата:
Сообщение: Re: postgres 8.2.9 transaction id wraparound failure