Re: How to use UDF in C - Mailing list pgsql-interfaces

From Joe Conway
Subject Re: How to use UDF in C
Date
Msg-id 420ED173.6010005@joeconway.com
Whole thread Raw
In response to How to use UDF in C  (b t <qtboyzz@yahoo.com>)
List 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



pgsql-interfaces by date:

Previous
From: b t
Date:
Subject: How to write UDF in C that resemble the LIKE function
Next
From: Tom Lane
Date:
Subject: Re: How to write UDF in C that resemble the LIKE function