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

From Richard Huxton
Subject Re: How to write soundex query in postgresql??
Date
Msg-id 411A18D6.7030308@archonet.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.

Where did you find documentation on a "soundex" operator?

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Mike Mascari
Date:
Subject: Re: How to write soundex query in postgresql??
Next
From: Prabu Subroto
Date:
Subject: the behaviour of timestamp on postgres.