aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2007-11-13 23:36:26 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2007-11-13 23:36:26 +0000
commitb40c0a4bb006c2c133e92e9510feb75ca0001575 (patch)
tree1a3a12b1af38a0394907b2b1f5286b9bbdc4b83f /src
parent07c23731f21122fd6796be83707c1ce21299a3f0 (diff)
downloadpostgresql-b40c0a4bb006c2c133e92e9510feb75ca0001575.tar.gz
postgresql-b40c0a4bb006c2c133e92e9510feb75ca0001575.zip
Clean up some stray references to tsearch2.
Diffstat (limited to 'src')
-rw-r--r--src/backend/access/gin/README2
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