PostgreSQL and XML
by Peter Eisentraut on Jun 19, 2009
- 10,515 views
presented at the Prague PostgreSQL Developers' Day 2008
presented at the Prague PostgreSQL Developers' Day 2008
Statistics
- Favorites
- 2
- Downloads
- 162
- Comments
- 1
- Embed Views
- Views on SlideShare
- 10,404
- Total Views
- 10,515

CREATE INDEX i_table1_xdata ON table1 USING btree ( xpath(’//person/@name’, xdata) );
does not work, it give me this:
Error: could not identify a comparison function for type xml 11 months ago Reply