From fcbc43872759f2fead5782fd9b04cb70b72e7f56 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 4 Aug 2004 21:34:35 +0000 Subject: Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments and documentation to reference 8.0 instead of 7.5. --- contrib/tsearch2/README.tsearch2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/tsearch2/README.tsearch2') diff --git a/contrib/tsearch2/README.tsearch2 b/contrib/tsearch2/README.tsearch2 index e01807306e..5556ca154d 100644 --- a/contrib/tsearch2/README.tsearch2 +++ b/contrib/tsearch2/README.tsearch2 @@ -6,7 +6,7 @@ Tsearch2 - full text search extension for PostgreSQL Notice: This version is fully incompatible with old tsearch (V1), which is considered as deprecated in upcoming 7.4 release and - obsoleted in 7.5. + obsoleted in 8.0. The Tsearch2 contrib module contains an implementation of a new data type tsvector - a searchable data type with indexed access. In a -- cgit v1.2.1