Mention text search instead of tsearch2
authorPeter Eisentraut
Thu, 8 Nov 2007 13:13:51 +0000 (13:13 +0000)
committerPeter Eisentraut
Thu, 8 Nov 2007 13:13:51 +0000 (13:13 +0000)
doc/src/sgml/datatype.sgml

index 9cebbff71903a4839e182dcda97633e49c1429a9..5bdb06070b64219f81630557a6bd76bd9b0da5e6 100644 (file)
@@ -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.