projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d624f94
)
Mention text search instead of tsearch2
author
Peter Eisentraut
Thu, 8 Nov 2007 13:13:51 +0000
(13:13 +0000)
committer
Peter Eisentraut
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 9cebbff71903a4839e182dcda97633e49c1429a9..5bdb06070b64219f81630557a6bd76bd9b0da5e6 100644
(file)
--- a/
doc/src/sgml/datatype.sgml
+++ b/
doc/src/sgml/datatype.sgml
@@
-1,4
+1,4
@@
-
+
Data Types
@@
-3662,7
+3662,7
@@
SET xmloption TO { DOCUMENT | CONTENT };
- 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.