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

From Adrian Klaver
Subject Re: levenshtein_less_equal does not work
Date
Msg-id 52E2E319.80108@gmail.com
Whole thread Raw
In response to Re: levenshtein_less_equal does not work  (alexandros_e <alexandros.ef@gmail.com>)
List pgsql-general
On 01/24/2014 01:38 PM, alexandros_e wrote:
> =# \dx
>                   List of installed extensions
>    Name   | Version |   Schema   |         Description
> ---------+---------+------------+------------------------------
>   plpgsql | 1.0     | pg_catalog | PL/pgSQL procedural language
> (1 row)
>
> -# \df  levenshtein*
>                             List of functions
>   Schema |    Name     | Result data type | Argument data types |  Type
> --------+-------------+------------------+---------------------+--------
>   public | levenshtein | integer          | text, text          | normal
> (1 row)
>
>
> The server is in localhost. The binaries are from enterpriseDB. I also
> downloaded src code for Postgres 9.1.11. Recompiled fuzzystrmatch, which
> includes levenstein less_equal. Replaced .so file in Postgres installation
> dir. Change in levenshtein limit of character successful.
>
> It is not a compilation error, because I do not get  levenstein less_equal
> in the Postgres 9.2 server which is exactly as  downloaded from
> EnterpriseDB.

You realize fuzzystrmatch is a contrib package, not part of the core
code for Postgres?

I do not use the EnterpriseDB installer enough to be certain, but I am
fairly sure you can use the StackBuilder app to get and install the
package for you.

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


--
Adrian Klaver
adrian.klaver@gmail.com


pgsql-general by date:

Previous
From: Joe Conway
Date:
Subject: Re: levenshtein_less_equal does not work
Next
From: alexandros_e
Date:
Subject: Re: levenshtein_less_equal does not work