How to write soundex query in postgresql??

From: Vinay Jain <vinayjain(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: How to write soundex query in postgresql??
Date: 2004-08-11 12:37:00
Message-ID: c729bfe0040811053720467ac4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi
I want to write soundex query for example:
select * from student where name soundex 'vinay';
In psql it gives error at soundex.
Regards
Vinay
--
Vinay Jain
Dissertation Project Trainee
DAKE Division
C-DAC Mumbai

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Elie Nacache 2004-08-11 12:59:35 Re: Resultset problem or BUG !
Previous Message Jan Poslusny 2004-08-11 12:19:58 Re: How to identify which query is running - reg.