Re: How to write soundex query in postgresql?? - Mailing list pgsql-general

From Mike Mascari
Subject Re: How to write soundex query in postgresql??
Date
Msg-id 411A1882.8030101@mascari.com
Whole thread Raw
In response to How to write soundex query in postgresql??  (Vinay Jain <vinayjain@gmail.com>)
List pgsql-general
Vinay Jain wrote:

> Hi
> I want to write soundex query for example:
> select * from student where name soundex 'vinay';
> In psql it gives error at soundex.

The /contrib module fuzzystrmatch has a soundex() function. I
haven't used it though...

Mike Mascari



pgsql-general by date:

Previous
From: Elie Nacache
Date:
Subject: Re: Resultset problem or BUG !
Next
From: Richard Huxton
Date:
Subject: Re: How to write soundex query in postgresql??