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: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Tony Grant
> Sent: Wednesday, 6 June 2001 12:49 AM
> To: [EMAIL PROTECTED]
> 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...
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])