Re: merge 2 dumps

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: merge 2 dumps
Дата
Msg-id 49196986.3000203@archonet.com
обсуждение исходный текст
Ответ на merge 2 dumps  (Joao Ferreira gmail <joao.miguel.c.ferreira@gmail.com>)
Ответы Re: merge 2 dumps
Список pgsql-general
Joao Ferreira gmail wrote:
> hello all,
>
> I have 2 dumps of the same Pg database in diferent instants.
>
> I'dd like to merge the two dumps into one single dump in order to
> restore all data at one time.

Is there any overlap in the data?

If so, simplest might be to restore dump1, rename all the tables,
restore dump2 then run queries to rationalise your two sets of tables.

--
  Richard Huxton
  Archonet Ltd

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Question about weird construct
Следующее
От: Joao Ferreira gmail
Дата:
Сообщение: Re: merge 2 dumps