diff options
author | Teodor Sigaev <teodor@sigaev.ru> | 2003-07-22 14:04:50 +0000 |
---|---|---|
committer | Teodor Sigaev <teodor@sigaev.ru> | 2003-07-22 14:04:50 +0000 |
commit | 57970c37f8c38642637f86629202016a50803aea (patch) | |
tree | 3f59f9241500fbe067372baa4ef39869392a5be7 | |
parent | 5d882f78aed1fb24e3d3a7a83c9a6b8e50bd99fc (diff) | |
download | postgresql-57970c37f8c38642637f86629202016a50803aea.tar.gz postgresql-57970c37f8c38642637f86629202016a50803aea.zip |
Mark as deprecated
-rw-r--r-- | contrib/tsearch/README.tsearch | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/tsearch/README.tsearch b/contrib/tsearch/README.tsearch index fcc15e11db5..e5cf041456d 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. |