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:03:05
Message-ID: 52E2E319.80108@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)klaver(at)gmail(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message alexandros_e 2014-01-24 22:07:58 Re: levenshtein_less_equal does not work
Previous Message Joe Conway 2014-01-24 21:45:39 Re: levenshtein_less_equal does not work