Re: PostgreSQL's XML support comparison against other RDBMSes - Mailing list pgsql-general

From Merlin Moncure
Subject Re: PostgreSQL's XML support comparison against other RDBMSes
Date
Msg-id b42b73150603290608s4b10992ta33eb7bddde7e868@mail.gmail.com
Whole thread Raw
In response to Re: PostgreSQL's XML support comparison against other RDBMSes  ("Ivan Zolotukhin" <ivan.zolotukhin@gmail.com>)
List pgsql-general
On 3/29/06, Ivan Zolotukhin <ivan.zolotukhin@gmail.com> wrote:
> On 3/29/06, Peter Eisentraut <peter_e@gmx.net> wrote:
> > Ivan Zolotukhin wrote:
> > > BTW, are there any plans for its improvement? What are the first
> > > steps for the people who want to contribute to PostgreSQL in this
> > > field?
> >
> > The first step would be making a detailed analysis of what "XML support"
> > is supposed to mean.
>
> So let's make such analysis here within PostgreSQL community! There
> were a lot of talks about XML support in Postgres, but they did not
> lead to any steady work in this direction. IMHO, it's time to start it
> now, no?

IMO, PostgreSQL has the tools to do amazing things in XML. Check out:
1. pl languages (especially pl/perl)
2. funtional indexes
3. xml contrib
4. gist indexes

I agree wtih martijn.  If I have XML requirement, I either store it as
black box blob or preprocesss it (possibly with XSLT) into insert
statements.  I treat XML no differently than a  CSV file for example.

Merlin

pgsql-general by date:

Previous
From: "Tomi NA"
Date:
Subject: Re: PostgreSQL's XML support comparison against other RDBMSes
Next
From: Bob Pawley
Date:
Subject: Connecting