Re: converting tables to XML and back

Поиск
Список
Период
Сортировка
От Scott Bailey
Тема Re: converting tables to XML and back
Дата
Msg-id 4B436C57.4050608@comcast.net
обсуждение исходный текст
Ответ на converting tables to XML and back  (shulkae <shulkae@gmail.com>)
Список pgsql-general
shulkae wrote:
> We have few tables which we would like to convert to XML and store it.
>
> 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.
>
> How do I again re-create tables from XML?
>
> thanks
> shul

Check out
http://developer.postgresql.org/index.php/XML_Support#Mapping_XML_Documents_to_SQL_Databases

Specifically the link to DBIx-XML-DataLoader


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

Предыдущее
От: Milan Zamazal
Дата:
Сообщение: Re: Large tables, ORDER BY and sequence/index scans
Следующее
От: Scott Ribe
Дата:
Сообщение: Re: how do I disable automatic start on mac os x?