Re: [DOCS] New XML section for documentation

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: [DOCS] New XML section for documentation
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FB72@algol.sollentuna.se
обсуждение исходный текст
Ответ на New XML section for documentation  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: [DOCS] New XML section for documentation  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
> Indexing
> --------
> Because XML documents are stored as text, full-text indexing tool
> /contrib/tsearch2 can be used to index XML documents.  Of
> course, the searches are text searches, with no XML
> awareness, but tsearch2 can be used with other XML
> capabilities to dramatically reduce the amount of data
> processed at the XML level.


You can also use a functional index and /contrib/xml2 to do limited
XPath indexing. (Can't make it "subtree-aware" for example, unless you
are willing to change your queries, but you can index specific xpath
nodes).


//Magnus

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Coding style for emacs
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: New XML section for documentation