Re: Levenshtein Distance with more than 255 characters

Поиск
Список
Период
Сортировка
От Szymon Guz
Тема Re: Levenshtein Distance with more than 255 characters
Дата
Msg-id CAFjNrYuhKq5qxpJKtBdOY=qEis+8OXb8u-T_3ymVd3dOvnHJqw@mail.gmail.com
обсуждение исходный текст
Ответ на Levenshtein Distance with more than 255 characters  ("Janek Sendrowski" <janek12@web.de>)
Ответы Re: Levenshtein Distance with more than 255 characters  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general

On 6 September 2013 01:00, Janek Sendrowski <janek12@web.de> wrote:
Hi,
 
I'm searching for an optimized Levenshtein Distance like Postgresql's. My problem is that I want to compare strings with a length over 255 characters.
Does anyone know a solution?
 
Janek Sendrowski


Hi,
I'm not sure there is anything different from what you've found in core/contribs. But you can always use pg/plpython or pg/plperl procedure with some external library calculating the distance.

regards
Szymon

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

Предыдущее
От: Haribabu kommi
Дата:
Сообщение: Re: Question About WAL filename and its time stamp
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Levenshtein Distance with more than 255 characters