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