Re: levenshtein_less_equal does not work

From: alexandros_e <alexandros(dot)ef(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: levenshtein_less_equal does not work
Date: 2014-01-24 21:19:39
Message-ID: 1390598379807-5788715.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Just this:

create extension fuzzystrmatch;

If the extension was not installed, then the simple levenstein distance
would not work either.

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message alexandros_e 2014-01-24 21:28:34 Re: levenshtein_less_equal does not work
Previous Message Adrian Klaver 2014-01-24 21:19:06 Re: levenshtein_less_equal does not work