levenshtein_less_equal does not work

From: alexandros_e <alexandros(dot)ef(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: levenshtein_less_equal does not work
Date: 2014-01-24 20:50:35
Message-ID: 1390596635406-5788710.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joe Conway 2014-01-24 20:59:23 Re: levenshtein_less_equal does not work
Previous Message John R Pierce 2014-01-24 20:22:56 Re: problem connecting to postgres via apache