]> granicus.if.org Git - postgresql/commitdiff
Mark tsearch v1 as deprecated
authorTeodor Sigaev <teodor@sigaev.ru>
Tue, 22 Jul 2003 13:21:48 +0000 (13:21 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Tue, 22 Jul 2003 13:21:48 +0000 (13:21 +0000)
contrib/tsearch/README.tsearch

index fcc15e11db5df9cfc84384c1fd66df0f8cc40cbc..e5cf041456dc67aa44dab9eaca4913154f43aa54 100644 (file)
@@ -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.