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

From Tom Lane
Subject Re: metaphone and nysiis in postgres
Date
Msg-id 21334.1170878928@sss.pgh.pa.us
Whole thread Raw
In response to metaphone and nysiis in postgres  ("Demel, Jeff" <Jeff.Demel@JavelinDirect.com>)
List pgsql-sql
"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


pgsql-sql by date:

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