Re: metaphone and nysiis in postgres - Mailing list pgsql-sql

From Demel, Jeff
Subject Re: metaphone and nysiis in postgres
Date
Msg-id 136ED738BD4F1545B97E4AC06FF6370734C28E@DMSP-MSG-EVS01.mail.pvt
Whole thread Raw
In response to metaphone and nysiis in postgres  ("Demel, Jeff" <Jeff.Demel@JavelinDirect.com>)
List pgsql-sql
Ah!  Cool.  Contrib/fuzzystrmatch has metaphone.  Looks like it has
soundex and levenschtein too.

Thanks!


-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: Wednesday, February 07, 2007 2:09 PM
To: Demel, Jeff
Cc: pgsql-sql@postgresql.org
Subject: Re: [SQL] metaphone and nysiis in postgres

"Demel, Jeff" <Jeff.Demel@JavelinDirect.com> writes:
> Microsoft SQL server has two extended stored procedures that I need in
> Postgres: xp_nysiis and xp_metaphone.  They do fuzzy matching on
> strings.  Are there Postgres alternatives for these?

Never heard of nysiis, but there's metaphone code in
contrib/fuzzystrmatch (along with a few other alternatives).
        regards, tom lane
This email is intended only for the individual or entity to which it is addressed.  This email may contain information
thatis privileged, confidential or otherwise protected from disclosure. Dissemination, distribution or copying of this
e-mailor any attachments by anyone other than the intended recipient, or an employee or agent responsible for
deliveringthe message to the intended recipient, is prohibited. If you are not the intended recipient of this message
orthe employee or agent responsible for delivery of this email to the intended recipient, please notify the sender by
replyingto this message and then delete it from your system.  Any use, dissemination, distribution, or reproduction of
thismessage by unintended recipients is strictly prohibited and may be unlawful. 


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: metaphone and nysiis in postgres
Next
From: "Demel, Jeff"
Date:
Subject: Re: metaphone and nysiis in postgres