Opened 9 years ago
Closed 9 years ago
#24938 closed New feature (fixed)
Add support for pg_trgm to contrib.postgres
Reported by: | Matthew Somerville | Owned by: | |
---|---|---|---|
Component: | contrib.postgres | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
http://www.postgresql.org/docs/9.1/static/pgtrgm.html has details of the trigram extension.
Change History (4)
comment:1 by , 9 years ago
Patch needs improvement: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
Version: | 1.8 → master |
comment:2 by , 9 years ago
Patch needs improvement: | unset |
---|
comment:3 by , 9 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
This fits nicely as a counterpart to full text search, and can actually be used as a way of finding typos when used with FTS. Comments on the PR.