Backing Up Partial Databases

Поиск
Список
Период
Сортировка
От Duncan McDonald
Тема Backing Up Partial Databases
Дата
Msg-id 018701c6f8ac$0ad93bf0$2102a8c0@Firefly
обсуждение исходный текст
Ответы Re: Backing Up Partial Databases  (Shane Ambler <pgsql@007Marketing.com>)
Список pgsql-admin
Hi All,

I was wondering whether there was a way to back up partial sets of data as
INSERT statements? Pg_dump seems only to handle whole databases or tables.

I have two identical databases (primary and backup) and I need to transfer a
small portion of missing data from one to the other. Is there an easier way
to do this rather than SELECT-ing the interval then parsing the ouput to
look like INSERT statements?

Regards,

       -Duncan


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

Предыдущее
От: ljb
Дата:
Сообщение: Re: Sql Anywhere to PostgreSQL?
Следующее
От: Shane Ambler
Дата:
Сообщение: Re: Backing Up Partial Databases