Opened 9 years ago

Closed 8 years ago

#24945 closed New feature (wontfix)

Add support for fuzzystrmatch to contrib.postgres

Reported by: Matthew Somerville Owned by:
Component: contrib.postgres Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: no

Description

http://www.postgresql.org/docs/9.1/static/fuzzystrmatch.html has details of the extension, providing Levenshtein distance and soundex/metaphone functions.

Change History (2)

comment:1 by Tim Graham, 9 years ago

Patch needs improvement: set
Triage Stage: UnreviewedAccepted

comment:2 by Tim Graham, 8 years ago

Resolution: wontfix
Status: newclosed

Closing per Marc's comment on the PR:

My instinct is that they are very simple to implement if you want to use them, and that it's hard to give good reasons as to why you should. I think a "django-postgres-functions" third party package could be a good home.

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