diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-11-13 23:36:26 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-11-13 23:36:26 +0000 |
commit | b40c0a4bb006c2c133e92e9510feb75ca0001575 (patch) | |
tree | 1a3a12b1af38a0394907b2b1f5286b9bbdc4b83f /src | |
parent | 07c23731f21122fd6796be83707c1ce21299a3f0 (diff) | |
download | postgresql-b40c0a4bb006c2c133e92e9510feb75ca0001575.tar.gz postgresql-b40c0a4bb006c2c133e92e9510feb75ca0001575.zip |
Clean up some stray references to tsearch2.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/access/gin/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/gin/README b/src/backend/access/gin/README index aa9ae3db3b9..c914759aa82 100644 --- a/src/backend/access/gin/README +++ b/src/backend/access/gin/README @@ -48,7 +48,7 @@ Features * User-defined opclasses. (The scheme is similar to GiST.) * Optimized index creation (Makes use of maintenance_work_mem to accumulate postings in memory.) - * Tsearch2 support via an opclass + * Text search support via an opclass * Soft upper limit on the returned results set using a GUC variable: gin_fuzzy_search_limit |