Custom Search
post Category: Information Technology post Comments (5) postMarch 16, 2008

There are one thing that I missed from current MySQL which is XML function. It’s kind of tricky to perform XML functions in there. A common trick is to store xml tags within a string/text field. Then you may do any XML stuff manually in your script.
PostgreSQL 8.3 has this XML integrated.. finally! There are [...]