From: Peter Eisentraut Date: Thu, 8 Nov 2007 13:13:51 +0000 (+0000) Subject: Mention text search instead of tsearch2 X-Git-Tag: REL8_3_BETA3~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7210a07a9ab767d2ccd268b331d4534ad9ff53a;p=postgresql Mention text search instead of tsearch2 --- diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 9cebbff719..5bdb06070b 100644 --- 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.