Re: How to use UDF in C

From: Joe Conway <mail(at)joeconway(dot)com>
To: b t <qtboyzz(at)yahoo(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: How to use UDF in C
Date: 2005-02-13 04:02:59
Message-ID: 420ED173.6010005@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

b t wrote:
> should be "Schwarzenegger". In this case, the "LIKE" operator in SQL
> is not capable enough. It would be nice if the search would match
> last names "similar to" "Schwarseneger". Can Some one please give me
> some pointer on this or even sample code that you might have
> implemented. So basically the thing that I'm doing is like a spell
> check system where it return the closest match to the word.

See contrib/fuzzystrmatch

HTH,

Joe

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2005-02-13 04:07:32 Re: How to write UDF in C that resemble the LIKE function
Previous Message b t 2005-02-13 03:40:17 How to write UDF in C that resemble the LIKE function