Re: returning PGresult as xml - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: returning PGresult as xml
Date
Msg-id 1075047843.17558.5.camel@fuji.krosing.net
Whole thread Raw
In response to returning PGresult as xml  (Brian Moore <brianmooreca@yahoo.com>)
List pgsql-hackers
Brian Moore kirjutas P, 25.01.2004 kell 11:07:
> hello,
> 
> this note is intended to describe my work on beginning to further
> integrate xml into postgresql.  first, i'd like to thank the
> contributers of contrib/xml as their work was instrumental in helping
> me understand what support exists and where i wanted to go. thanks.

First, IMHO having unified XML support is a good thing for Postgres.

I still have some questions and suggestions:

At what place do you intend to add your converter ?

I remember someone started abstracting out the FE/BE protocol calls in
server code with an aim of supporting multiple protocols, but stopped
without making too much progress (?)

Also, I would suggest that XML Schema datatypes should be used,
preferrably together with either RelaxNG schema or something from
SQL/XML spec.

-------------
Hannu



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: compile failure on xmalloc()
Next
From: Peter Eisentraut
Date:
Subject: Re: returning PGresult as xml