XML and postgres

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема XML and postgres
Дата
Msg-id Pine.GSO.4.55.0305301945510.17434@ra.sai.msu.su
обсуждение исходный текст
Ответы Re: XML and postgres  (greg@turnstep.com)
Re: XML and postgres  (John Gray <jgray@azuli.co.uk>)
Список pgsql-hackers
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: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: index suggestion for 7.4
Следующее
От: Jeff
Дата:
Сообщение: Re: Practical sets of SQLSTATE values?