Re: How to write soundex query in postgresql??

From: Richard Huxton <dev(at)archonet(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:02:14
Message-ID: 411A18D6.7030308@archonet.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.

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

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Prabu Subroto 2004-08-11 13:13:33 the behaviour of timestamp on postgres.
Previous Message Mike Mascari 2004-08-11 13:00:50 Re: How to write soundex query in postgresql??