diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-10-02 22:32:10 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-10-02 22:32:10 +0000 |
commit | 26ffa627ac14f68688bd503309c234ee593a9493 (patch) | |
tree | a1071dda3f3be7380f741b6eb2287356b907c877 | |
parent | 9ec71d5d1bea5934a6485f360be7e403d3b96945 (diff) | |
download | postgresql-26ffa627ac14f68688bd503309c234ee593a9493.tar.gz postgresql-26ffa627ac14f68688bd503309c234ee593a9493.zip |
Update tsearch2 README.
Robert Treat
-rw-r--r-- | contrib/tsearch2/README.tsearch2 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/tsearch2/README.tsearch2 b/contrib/tsearch2/README.tsearch2 index 5556ca154d9..c3581b9be6b 100644 --- a/contrib/tsearch2/README.tsearch2 +++ b/contrib/tsearch2/README.tsearch2 @@ -5,8 +5,7 @@ Tsearch2 - full text search extension for PostgreSQL This module is sponsored by Delta-Soft Ltd., Moscow, Russia. Notice: This version is fully incompatible with old tsearch (V1), - which is considered as deprecated in upcoming 7.4 release and - obsoleted in 8.0. + which was deprecated in 7.4 and 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 @@ -56,7 +55,7 @@ Contributors * Brandon Craig Rhodes wrote "Tsearch2 Guide" and "Tsearch2 Reference" and proposed new naming convention for tsearch V2 -New features +Features Added with Tsearch2 * Relevance ranking of search results * Table driven configuration |