Re: returning PGresult as xml
Hannu Krosing <hannu@tm.ee>
From: Hannu Krosing <hannu@tm.ee>
To: Brian Moore <brianmooreca@yahoo.com>
Cc: pgsql-hackers@postgresql.org
Date: 2004-01-25T16:24:03Z
Lists: 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