Re: levenshtein_less_equal does not work - Mailing list pgsql-general

From alexandros_e
Subject Re: levenshtein_less_equal does not work
Date
Msg-id 1390598379807-5788715.post@n5.nabble.com
Whole thread Raw
In response to Re: levenshtein_less_equal does not work  (Joe Conway <mail@joeconway.com>)
Responses Re: levenshtein_less_equal does not work  (alexandros_e <alexandros.ef@gmail.com>)
Re: levenshtein_less_equal does not work  (Adrian Klaver <adrian.klaver@gmail.com>)
List 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.


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: levenshtein_less_equal does not work
Next
From: alexandros_e
Date:
Subject: Re: levenshtein_less_equal does not work