diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-08-04 21:34:35 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-08-04 21:34:35 +0000 |
| commit | fcbc43872759f2fead5782fd9b04cb70b72e7f56 (patch) | |
| tree | 07673d8517a11d149859d7b8146233f8fad66f3f /contrib/tsearch2/README.tsearch2 | |
| parent | ecb68138e9d26324256db004c1783b4a41b75a33 (diff) | |
| download | postgresql-fcbc43872759f2fead5782fd9b04cb70b72e7f56.tar.gz | |
Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments
and documentation to reference 8.0 instead of 7.5.
Diffstat (limited to 'contrib/tsearch2/README.tsearch2')
| -rw-r--r-- | contrib/tsearch2/README.tsearch2 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
