RE: XML question

Поиск
Список
Период
Сортировка
От Andrew Snow
Тема RE: XML question
Дата
Msg-id JEEGIJPOJIGGIIHGKOKOKEHFDFAA.andrew@modulus.org
обсуждение исходный текст
Ответ на XML question  (Tony Grant <tony@animaproductions.com>)
Список pgsql-general
If you're asking how to get XML data into PostgreSQL, for perl users:

Matt Sergeant's DBIx::XML_RDB module looks handy.  (I think it just got
added to the FreeBSD ports collection too).
http://www.xml.com/pub/a/2000/12/13/perlxmldb.html

Or use any XML parser module (XML::Simple!) and pump the data into
PostgreSQL using Pg or DBD.

Or roll your own parser, this doesn't take long in perl!

(I have successfully used the latter two methods)

- Andrew



> -----Original Message-----
> From: pgsql-general-owner@postgresql.org
> [mailto:pgsql-general-owner@postgresql.org]On Behalf Of Tony Grant
> Sent: Wednesday, 6 June 2001 12:49 AM
> To: pgsql-general@postgresql.org
> Subject: [GENERAL] XML question
>
>
> hello,
>
> Just a couple of questions:
>
>     - what is the _most popular_ way of storing XML data in posgresql?
>
>     - what is the _best_ way of stocking XML data in postgresql?
>
> Quick and nasty opinion poll...



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

Предыдущее
От: "Thalis A. Kalfigopoulos"
Дата:
Сообщение: Re: outer joins take forever
Следующее
От: "Tauren Mills"
Дата:
Сообщение: Specifying psql password on command line