Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: New XML section for documentation



Magnus Hagander wrote:
> > 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). 

Good point, added.

-- 
  Bruce Momjian   bruce(at)momjian(dot)us
  EnterpriseDB    http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group