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

From John R Pierce
Subject Re: Levenshtein Distance with more than 255 characters
Date
Msg-id 522A46E5.30700@hogranch.com
Whole thread Raw
In response to Re: Levenshtein Distance with more than 255 characters  (janek12@web.de)
Responses Re: Levenshtein Distance with more than 255 characters  ("Janek Sendrowski" <janek12@web.de>)
List pgsql-general
On 9/6/2013 2:00 PM, janek12@web.de wrote:
> Where can I change levensthein_max_length?

as the message you quoted said, its


    #define MAX_LEVENSHTEIN_STRLEN


I'd expect this (without bothering to look) to be in a .h file in the
fuzzystrmatch contributed module directory.



--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



pgsql-general by date:

Previous
From: janek12@web.de
Date:
Subject: Re: Levenshtein Distance with more than 255 characters
Next
From: "Janek Sendrowski"
Date:
Subject: Re: Levenshtein Distance with more than 255 characters