diff options
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 |