Re: force of last XID

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: force of last XID
Дата
Msg-id 200105190358.f4J3wq017477@candle.pha.pa.us
обсуждение исходный текст
Ответ на force of last XID  (Alex Pilosov <alex@pilosoft.com>)
Список 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?

Try copying over the pg_log file from the old database.  That should
help.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Plans for solving the VACUUM problem
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: Problems with avg on interval data type