Re: PostgreSQL and XML support

From: "Andrey Fomichev" <fomichev(at)ispras(dot)ru>
To: "Oleg Bartunov" <oleg(at)sai(dot)msu(dot)su>, "Doug Bloebaum" <blabes(at)gmail(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL and XML support
Date: 2005-09-08 10:20:42
Message-ID: KMEKJEPBHIGAGHJFMEHGIENHDPAA.fomichev@ispras.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thank you Doug, Oleg for your responses.
I hoped there would be much more answers,
but... thanks anyway

Friendly,
Andrey

> -----Original Message-----
> From: Oleg Bartunov [mailto:oleg(at)sai(dot)msu(dot)su]
> Sent: Tuesday, September 06, 2005 11:54 PM
> To: Doug Bloebaum
> Cc: Andrey Fomichev; pgsql-general(at)postgresql(dot)org
> Subject: Re: [GENERAL] PostgreSQL and XML support
>
>
> I have XML support in PostgreSQL in my Todo
> http://www.sai.msu.su/~megera/oddmuse/index.cgi/todo
> Hopefully, we'll have something for 8.2
>
> Oleg
> On Tue, 6 Sep 2005, Doug Bloebaum wrote:
>
> > On 9/6/05, Andrey Fomichev <fomichev(at)ispras(dot)ru> wrote:
> >>
> >> - Are there any of you who need to store and query XML data?
> >
> > - Do you already use PostgreSQL to store XML data or you are
> >> just thinking about it?
> >
> >
> > The project I'm currently working on uses XML for both data
> extraction from
> > Postgres and as a means to transmit data to Postgres for storage.
> >
> > - If you store XML data in PostgreSQL, how do you do it? What tool
> >> do you use?
> >
> >
> > We're using Oracle's XSQL servlet (
> >
> http://download-west.oracle.com/docs/cd/B14117_01/appdev.101/b1079
4/adx09xsq.htm)
> with Apache tomcat (http://jakarta.apache.org/tomcat/) as its servlet
> container. The only change we've made to XSQL is the addition of a custom
> tag (<xsql:pg-func>) in order to make use of Postgres functions returning
> REF CURSOR. Aside from that, we're using XSQL out-of-the-box.
>
> Granted, we're not really manipulating XML within the database, rather
we're
> using XML as a sort of database-neutral interface.
>
> - Do you need some advanced query capabilities? Like XQuery, XPath 2.0
>
>
> No.
>
> - Do you need some advanced update capabilities? Like node-level updates
>
>
> No.
>

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Roman Neuhauser 2005-09-08 11:11:55 Re: Acting on dropped/timed-out connections
Previous Message Adam Witney 2005-09-08 10:17:05 Re: Access management for DB project.