Re: Fuzzy matching?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fuzzy matching?
Дата
Msg-id 13030.996601497@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Fuzzy matching?  ("Josh Berkus" <josh@agliodbs.com>)
Ответы Re: Fuzzy matching?  (Christopher Sawtell <csawtell@paradise.net.nz>)
Список pgsql-sql
"Josh Berkus" <josh@agliodbs.com> writes:
> For many of my programs, it would be extremely useful to have some form
> of "fuzzy matching" for VARCHAR fields.  There are two kinds of fuzzy
> matching for words that I know of:

> 1. Phonetic matching, which would be nice but will have to wait for
> someone's $100,000 project;

Uh, have you looked at contrib/soundex?  The Soundex code is kinda
specialized but might be just what you want...
        regards, tom lane


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

Предыдущее
От: "Robby Slaughter"
Дата:
Сообщение: RE: Fuzzy matching?
Следующее
От: "Joe Conway"
Дата:
Сообщение: Re: Fuzzy matching?