Re: pg_restore and transaction id wraparound

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_restore and transaction id wraparound
Дата
Msg-id 1691.1070057835@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_restore and transaction id wraparound  (ow <oneway_111@yahoo.com>)
Список pgsql-admin
ow <oneway_111@yahoo.com> writes:
> Hypothetical situation: a table containing, say, 10 billion rows is backed up
> and then restored with pg_restore. Would this lead to the transaction id
> wraparound issue since 10B rows are imported in one "batch"?

No, because it'd only be one transaction.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Misplaced modifier in Postgresql license
Следующее
От: "Mark Carew"
Дата:
Сообщение: Re: Problem with pg_dump / pg_restore