projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70e76a3
)
Mention text search instead of tsearch2
author
Peter Eisentraut
<peter_e@gmx.net>
Thu, 8 Nov 2007 13:13:51 +0000
(13:13 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Thu, 8 Nov 2007 13:13:51 +0000
(13:13 +0000)
doc/src/sgml/datatype.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/datatype.sgml
b/doc/src/sgml/datatype.sgml
index 4382d94463466aefa88761c320545ecfb137c09e..e58b05b11e0654a3585d831012f2f62ad23529cc 100644
(file)
--- a/
doc/src/sgml/datatype.sgml
+++ b/
doc/src/sgml/datatype.sgml
@@
-3662,7
+3662,7
@@
SET xmloption TO { DOCUMENT | CONTENT };
</para>
<para>
- The
full-text search module Tsearch2
could also be used to speed
+ The
text-search functionality in PostgreSQL
could also be used to speed
up full-document searches in XML data. The necessary
preprocessing support is, however, not available in the PostgreSQL
distribution in this release.