force of last XID

Поиск
Список
Период
Сортировка
От Alex Pilosov
Тема force of last XID
Дата
Msg-id Pine.BSO.4.10.10105182340360.18557-100000@spider.pilosoft.com
обсуждение исходный текст
Ответы Re: force of last XID  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Hi,

I managed to drop really important table. Fortunately, I had a backup of
the table (raw #### file, not a ascii file). After putting that table into
freshly initdb'd database, postgres doesn't see new transactions even
though 'vacuum' sees the tuples alright. 

So, question. I'd like to force XID (of last committed transaction) of
postgres forward. Is there a good way to do it or hacking source is the
only way?



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Interesting question
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Plans for solving the VACUUM problem