From: Teodor Sigaev Date: Tue, 22 Jul 2003 13:21:48 +0000 (+0000) Subject: Mark tsearch v1 as deprecated X-Git-Tag: REL7_4_BETA1~169 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=f5c0ef4dda9170c141af2fdd7e5dd04fb360e365;p=users%2Fhanada%2Fpostgres.git Mark tsearch v1 as deprecated --- diff --git a/contrib/tsearch/README.tsearch b/contrib/tsearch/README.tsearch index fcc15e11db..e5cf041456 100644 --- a/contrib/tsearch/README.tsearch +++ b/contrib/tsearch/README.tsearch @@ -1,3 +1,9 @@ +========================================================================== +This module is deprecated in 7.4 version of PostgreSQL and will be +obsoleted in 7.5. Please, use new tsearch2 contrib module, it works +with 7.3.X (http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/) +========================================================================== + Tsearch contrib module contains implementation of new data type txtidx - a searchable data type (textual) with indexed access.