Re: How to write soundex query in postgresql??

Поиск
Список
Период
Сортировка
От Elie Nacache
Тема Re: How to write soundex query in postgresql??
Дата
Msg-id 20040811132929.10981.qmail@web54107.mail.yahoo.com
обсуждение исходный текст
Ответ на How to write soundex query in postgresql??  (Vinay Jain <vinayjain@gmail.com>)
Список pgsql-general
Hi Vinary,
 
One way to implement tolerant search algorithms is to use the soundex algorithm for PostgreSQL, which can be found in the contributed directory of the PostgreSQL source tree.
 
try SELECT * FROM student WHERE soundex(name)=soundex('vinay');
 
 
Good luck
Elie Nacache

Vinay Jain <vinayjain@gmail.com> wrote:
Hi
I want to write soundex query for example:
select * from student where name soundex 'vinay';
In psql it gives error at soundex.
Regards
Vinay
--
Vinay Jain
Dissertation Project Trainee
DAKE Division
C-DAC Mumbai

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings


Do you Yahoo!?
Express yourself with Y! Messenger! Free. Download now.

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

Предыдущее
От: Prabu Subroto
Дата:
Сообщение: the behaviour of timestamp on postgres.
Следующее
От: Nick Barr
Дата:
Сообщение: POSIX RE starting with a (