pg_xnode 0.7.2

This Release
pg_xnode 0.7.2
Date
Status
Unstable
Other Releases
Abstract
Extension to support binary XML
Description
This extension contains set of data types to store XML document, its parts (nodes) as well as XPath expression. Document Object Model (DOM) concepts are used to access and modify the XML documents.
Released By
tony
License
PostgreSQL
Resources
Special Files
Tags

Extensions

pg_xnode 0.7.2

README

Contents

pg_xnode
========

pg_xnode is an extension, allowing users of PostgreSQL database server to store XML documents and their parts in binary form. Such binary data can be queried and/or modified with no need to pass them to any external application or library (whether in binary or textual form).

Document Object Model (DOM) concept is used to access parts of XML documents and to modify them.

More information is available on the project's web site:

http://www.pg-xnode.org