SQL/XML examples

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема SQL/XML examples
Дата
Msg-id Pine.LNX.4.44.0303291243200.2289-100000@peter.localdomain
обсуждение исходный текст
Список 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@gmx.net



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Kevin Brown
Дата:
Сообщение: Re: Detecting corrupted pages earlier
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: updateable cursors & visibility