Re: levenshtein_less_equal does not work

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: alexandros_e <alexandros(dot)ef(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: levenshtein_less_equal does not work
Date: 2014-01-24 22:25:22
Message-ID: 52E2E852.9020206@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 01/24/2014 02:07 PM, alexandros_e wrote:
> With your help I found the solution. My DB was initially based on a 9.0
> server and I had restored it on the 9.1 server. For some reason 9.0
> fuzzystrmatch functions (levenstein...) were already present in this DB. So,
> CREATE EXTENSION fuzzystrmatch did not work. I had to manually remove
> function 9.0 fuzzystrmatch functions and then CREATE EXTENSION .... worked
> perfectly and levenstein_less_equal as well. So, it was error from the DB
> restored from an older version of postgresql.

Just as well my advice turns out to be bogus. The contrib stuff is
already loaded into the share/ directory.

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

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Abdul Sayeed 2014-01-24 23:32:23 Exact Patch Version
Previous Message Joe Conway 2014-01-24 22:13:16 Re: levenshtein_less_equal does not work