Re: request a new feature in fuzzystrmatch

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: request a new feature in fuzzystrmatch
Дата
Msg-id 51967F9E.1070100@agliodbs.com
обсуждение исходный текст
Ответ на request a new feature in fuzzystrmatch  (Liming Hu <dawninghu@gmail.com>)
Ответы Re: request a new feature in fuzzystrmatch
Список pgsql-hackers
> Can we add Levenshtein-Damerau edit distance since it is used in
> spelling checker
> instead of levenshtein edit distance?

Patches welcome!  You, too, can be a PostgreSQL contributor.

However, you will need to preserve the ability of users to use the old
levenshtien algorithm as well, for backwards-compatibility.  Shouldn't
be hard, just add a new function called levenshtiend().

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Nicolas Barbier
Дата:
Сообщение: Re: counting algorithm for incremental matview maintenance
Следующее
От: Joe Abbate
Дата:
Сообщение: [PATCH] Correct release notes about DROP TABLE IF EXISTS and add, link.