From: Peter Eisentraut Date: Thu, 8 Nov 2007 13:13:51 +0000 (+0000) Subject: Mention text search instead of tsearch2 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=fd4895ef9f70eb41270259059a78f4326bde564e;p=users%2Fbernd%2Fpostgres.git Mention text search instead of tsearch2 --- diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 4382d94463..e58b05b11e 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -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.