Re: Unable to dump database using pg_dump

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Unable to dump database using pg_dump
Дата
Msg-id 10409.1213287636@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Unable to dump database using pg_dump  (Adam Dear <adear@usnx.net>)
Ответы Re: Unable to dump database using pg_dump  (Adam Dear <adear@usnx.net>)
Список pgsql-general
Adam Dear <adear@usnx.net> writes:
> If I restored the data directory again wouldn't that undo the Vacuum
> Freeze command that I did that has locked the database into the state
> that it is in now?

It'd undo the freeze, but that doesn't get you any closer to a solution.
What you need is to get rid of the wrapped-around xmax in the (0,1)
tuple.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Heavily fragmented table and index data in 8.0.3
Следующее
От: Adam Dear
Дата:
Сообщение: Re: Unable to dump database using pg_dump