Hello, Is there interest to storing and indexed access methods for xml in postgresql ? While I don't use xml in my applications but I see possible directions to develop contrib module with indexed access methods to xml-like data type. We have already contrib/ltree for tree-like structures and recently we developed (not released yet) hstore module, which implements hash data type like in perl with indexed AM to keys, values. Motivation for this modules is need to store data with weak structure (semi-structured data), i.e. we have several obligatory fields and a bunch of optional data. Obligatory fields could be stored as usual, while for optional columns we use special data type - hstore, which serves as a storage of (key,value) pairs. There are could be many (key,value) pairs and hstore provides AM to them. We've realized that combination of ltree, hstore could be used for xml.
We have no spare time to elaborate this, so if someone could work on this, we could provide hstore module and help with developing. Regards, Oleg _____________________________________________________________ Oleg Bartunov, sci.researcher, hostmaster of AstroNet, Sternberg Astronomical Institute, Moscow University (Russia) Internet: [EMAIL PROTECTED], http://www.sai.msu.su/~megera/ phone: +007(095)939-16-83, +007(095)939-23-83 ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html