Decomposing xml into table

Поиск
Список
Период
Сортировка
От Surafel Temesgen
Тема Decomposing xml into table
Дата
Msg-id CALAY4q91_3VES3ztKgHp84L6=6-pMtEnuKacUErauehWVnnAFA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Decomposing xml into table  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: Decomposing xml into table  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Decomposing xml into table  (Andreas Karlsson <andreas@proxel.se>)
Список pgsql-hackers
In PostgreSQL there are a function table_to_xml to map the table content to xml value but there are no functionality to decompose xml back into table which can be used in system that uses xml for transport only or there are a need to migrate to database system to use database functionality. I propose to have this by extending copy to handle xml format as well because file parsing and tuple formation functions is in there and it also seems to me that implement it without using xml library is simpler

Comments?

regards

Surafel

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

Предыдущее
От: Justin Pryzby
Дата:
Сообщение: Re: Warn when parallel restoring a custom dump without data offsets
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Decomposing xml into table