levenshtein_less_equal does not work - Mailing list pgsql-general

From alexandros_e
Subject levenshtein_less_equal does not work
Date
Msg-id 1390596635406-5788710.post@n5.nabble.com
Whole thread Raw
Responses Re: levenshtein_less_equal does not work  (Joe Conway <mail@joeconway.com>)
List pgsql-general
Hello to all,

I always use PostgreSQL from enterpriseDB. I have both 9.2 and 9.1 latest
verions installed on two different Ubuntu 64bit machines. For some reason
levenshtein_less_equal does not work, in contrast to levenshtein which works
as expected. I even downloaded the src code for PostgreSQL code for
fuzzystrmatch and compiled myself, added the so file to the correct place
and still it does not work. The process was correct, because I have
increased the levenshtein limit from 255 to 2048.

Can you tell me how to make levenshtein_less_equal. Are those mysterious
IFDEF levenshtein_less_equal that are messing compilation?

Thanks,

Alexandros



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/levenshtein-less-equal-does-not-work-tp5788710.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: problem connecting to postgres via apache
Next
From: Joe Conway
Date:
Subject: Re: levenshtein_less_equal does not work