Re: Levenshtein Distance with more than 255 characters

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Levenshtein Distance with more than 255 characters
Date: 2013-09-06 21:19:33
Message-ID: 522A46E5.30700@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 9/6/2013 2:00 PM, janek12(at)web(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Janek Sendrowski 2013-09-06 21:28:58 Re: Levenshtein Distance with more than 255 characters
Previous Message janek12 2013-09-06 21:00:23 Re: Levenshtein Distance with more than 255 characters