Re: soundex and metaphone

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: soundex and metaphone
Дата
Msg-id 200505261600.25258.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: soundex and metaphone  ("Jonah H. Harris" <jharris@tvi.edu>)
Ответы Re: soundex and metaphone  ("Jonah H. Harris" <jharris@tvi.edu>)
Список pgsql-hackers
Jonah H. Harris wrote:
> At a minimum I think we should support soundex in the core.  I'm
> willing to move soundex and metaphone into the backend.  Does anyone
> see a reason not to do so?

Soundex is really only useful for English names with English 
pronunciation.  If we were to adapt a phonetic algorithm into the core, 
I'd like to see something more general.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: foreign keys and RI triggers
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Can we simplify win32 threading code