Re: soundex and metaphone

Поиск
Список
Период
Сортировка
От Ron Mayer
Тема Re: soundex and metaphone
Дата
Msg-id 4296C3E1.3090403@cheapcomplexdevices.com
обсуждение исходный текст
Ответ на Re: soundex and metaphone  ("Jonah H. Harris" <jharris@tvi.edu>)
Список pgsql-hackers
Jonah H. Harris wrote:
> I'm willing to move soundex and metaphone into the backend. 
> Does anyone see a reason not to do so?

As a kinda strange reason, I like them in contrib because
they demonstrate a nice simple example of how one can write a
contrib extension.

This module has simple functions that take a string or
two and return a string or number.  Most of the other
contrib modules do tricky stuff with weird types or
indexes that make them rather complex to use as
a starting point.

If they were to be moved out of contrib, I think it'd be
really nice if someone add a "hello_world" contrib that
demonstrates a bunch of simple operations in C to be used
as such a model.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Hans-Jürgen Schönig
Дата:
Сообщение: Re: WAL replay failure after file truncation(?)
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Can we simplify win32 threading code