Re: Fuzzy matching?

Поиск
Список
Период
Сортировка
От Christopher Sawtell
Тема Re: Fuzzy matching?
Дата
Msg-id 20010731213157.E6A741F9F1B@deborah.paradise.net.nz
обсуждение исходный текст
Ответ на Re: Fuzzy matching?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
On Wed, 01 Aug 2001 05:44, Tom Lane wrote:
> "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...

Be aware that Soundex simply does not work at all well on names of Pacific 
origin. Samoan in particular is a total no no.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Fuzzy matching?
Следующее
От: "Timothy H. Keitt"
Дата:
Сообщение: Re: Fuzzy matching?