SQL/XML examples

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: SQL/XML examples
Date: 2003-03-29 15:42:17
Message-ID: Pine.LNX.4.44.0303291243200.2289-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

--
Peter Eisentraut peter_e(at)gmx(dot)net

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2003-03-29 15:42:46 Re: updateable cursors & visibility
Previous Message Kevin Brown 2003-03-29 11:55:20 Re: Detecting corrupted pages earlier