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