Re: How to use UDF in C

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: How to use UDF in C
Дата
Msg-id 420ED173.6010005@joeconway.com
обсуждение исходный текст
Ответ на How to use UDF in C  (b t <qtboyzz@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: b t
Дата:
Сообщение: How to write UDF in C that resemble the LIKE function
Следующее
От: Tom Lane
Дата:
Сообщение: Re: How to write UDF in C that resemble the LIKE function