Re: How to write soundex query in postgresql??

From: Mike Mascari <mascarm(at)mascari(dot)com>
To: Vinay Jain <vinayjain(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to write soundex query in postgresql??
Date: 2004-08-11 13:00:50
Message-ID: 411A1882.8030101@mascari.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2004-08-11 13:02:14 Re: How to write soundex query in postgresql??
Previous Message Elie Nacache 2004-08-11 12:59:35 Re: Resultset problem or BUG !