XML Type for PostgreSQLThis is home page for 'XML Type for PostgreSQL' project. This project was started as a part of Google Summer of Code 2006 (you can read proposal here [1]). Now the code is disributed as a patch, assumed to be applied to PostgreSQL version 8.2.1. After applying the patch you should run configure with --with-xml option and then make, as usual and initdb new cluster (note, that only UTF8 is the only encoding being supported at the moment). Patch assumes that libxml2 2.6.* [2] is installed on your system.
UPDATE: Peter Eisentraut fixed and enchanced some issues, and commited the patch to the PostgreSQL's CVS (8.3devel). However, some things (e.g., all XPath functions, XMLAGG, as of now) are not present in the source tree, because they need improvements. For additional information, check out the current TODO document: http://developer.postgresql.org/index.php/XML_Todo. [3]
More information:
- README / HISTORY [4]
- TODO list [5]
- http://chernowiki.ru/index.php?node=87 [1]
Note: use "set client_min_messages to DEBUG1" to see native (libxml2's) error messages. Good error handling is still an open issue.
The patchCreated for PostgreSQL 8.2.1
Attached file: xmltype.pgsql821.patch.tar.bz2 (23,331 bytes)
Contactsxml4pgsql at samokhvalov dot com
 10572
URL of this document: http://chernowiki.ru/98.html Links: [1] http://chernowiki.ru/index.php?node=87 [2] http://xmlsoft.org/ [3] http://developer.postgresql.org/index.php/XML_Todo. [4] http://chernowiki.ru/index.php?node=95 [5] http://chernowiki.ru/index.php?node=96
|