Re: converting tables to XML and back

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: converting tables to XML and back
Дата
Msg-id 87ljgchcz0.fsf@hi-media-techno.com
обсуждение исходный текст
Ответ на converting tables to XML and back  (shulkae <shulkae@gmail.com>)
Список pgsql-general
shulkae <shulkae@gmail.com> writes:
> Another requirement is to convert the stored XML file back to the
> original tables.  This helps us to clone a system. I was thinking to
> use Perl XML Simple module to generate XML files.

What about using pg_dump and pg_restore for the cloning, or maybe a
replication solution?

I don't know about your other needs for XML backups, but I'd prefer
pg_dump over them anytime.
--
dim

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Large tables, ORDER BY and sequence/index scans
Следующее
От: Steve White
Дата:
Сообщение: access computed field of RECORD variable