summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeodor Sigaev2003-07-22 13:21:48 +0000
committerTeodor Sigaev2003-07-22 13:21:48 +0000
commitf5c0ef4dda9170c141af2fdd7e5dd04fb360e365 (patch)
tree06357f3894a919990f3a96533912fddc5a876514
parent0a73f69cb4842f46c1a080b3375b0f268ba1e5de (diff)
Mark tsearch v1 as deprecated
-rw-r--r--contrib/tsearch/README.tsearch6
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.