Opened 9 years ago

Closed 8 years ago

#24938 closed New feature (fixed)

Add support for pg_trgm to contrib.postgres

Reported by: Matthew Somerville Owned by: Tim Graham <timograham@…>
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 Marc Tamlyn, 9 years ago

Patch needs improvement: set
Triage Stage: UnreviewedAccepted
Version: 1.8master

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.

Last edited 8 years ago by Tim Graham (previous) (diff)

comment:2 by Tim Graham, 8 years ago

Patch needs improvement: unset

comment:3 by Tim Graham, 8 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by Tim Graham <timograham@…>, 8 years ago

Owner: set to Tim Graham <timograham@…>
Resolution: fixed
Status: newclosed

In 1962a96a:

Fixed #24938 -- Added PostgreSQL trigram support.

Note: See TracTickets for help on using tickets.
Back to Top