| From: | "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com> |
|---|---|
| To: | "Peter Eisentraut" <peter_e(at)gmx(dot)net> |
| Cc: | <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: SQL/XML examples |
| Date: | 2003-03-31 18:54:53 |
| Message-ID: | 303E00EBDD07B943924382E153890E5434A92F@cuthbert.rcsinc.local |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Peter Eisentraut wrote:
> I've found a web page that contains some examples of the use of the
> features in the proposed SQL/XML standard (as implemented by Oracle).
> This should give us some ideas about what to aim for.
>
> http://otn.oracle.com/tech/xml/xmldb/htdocs/sql_xml_codeexamples.html
>
> The third example converts a query result to an XML document. (Notice
> that they do not do this at the protocol level.) The other examples
> process XML data within SQL using XPath/XQuery-type operations.
IMHO, I think that makes a lot of sense. The xml mapping can be done at
the server (via internals) or the client (like psql html). The current
protocol works in either case: why complicate it?
It's also worth noting they use wc3 schemas.
Merlin
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-03-31 19:44:37 | GROUP BY + join regression in 7.3 |
| Previous Message | Tom Lane | 2003-03-31 18:24:42 | Re: What's wrong |