Re: Levenshtein Distance with more than 255 characters - Mailing list pgsql-general

From Szymon Guz
Subject Re: Levenshtein Distance with more than 255 characters
Date
Msg-id CAFjNrYuhKq5qxpJKtBdOY=qEis+8OXb8u-T_3ymVd3dOvnHJqw@mail.gmail.com
Whole thread Raw
In response to Levenshtein Distance with more than 255 characters  ("Janek Sendrowski" <janek12@web.de>)
Responses Re: Levenshtein Distance with more than 255 characters  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Haribabu kommi
Date:
Subject: Re: Question About WAL filename and its time stamp
Next
From: Tom Lane
Date:
Subject: Re: Levenshtein Distance with more than 255 characters