Re: text_soundex function

Поиск
Список
Период
Сортировка
От Chris
Тема Re: text_soundex function
Дата
Msg-id 494A0570.80906@gmail.com
обсуждение исходный текст
Ответ на Re: text_soundex function  (Chris <dmagick@gmail.com>)
Список pgsql-general
Chris wrote:
> Otandeka Simon Peter wrote:
>> Hi Chris,
>>
>> Tried it and I get
>>
>> LINE 1: SELECT * FROM s WHERE soundex(nm) = soundex('john');
>> HINT:  No function matches the given name and argument types. You
>> might need to add explicit type casts.
>
> Ahh, it's a contrib module. It's not installed by default, it's like an
> external package.
>
> See http://www.postgresql.org/docs/8.3/interactive/contrib.html for how
> to install it.

Forgot to add, the package/script you want is 'fuzzystrmatch'.

--
Postgresql & php tutorials
http://www.designmagick.com/


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

Предыдущее
От: Chris
Дата:
Сообщение: Re: text_soundex function
Следующее
От: "Jonatan Evald Buus"
Дата:
Сообщение: Re: Prevent new timeline during archive recovery