Re: Regex files are missing

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: Janek Sendrowski <janek12(at)web(dot)de>, pgsql-general(at)postgresql(dot)org
Subject: Re: Regex files are missing
Date: 2013-11-18 18:58:06
Message-ID: 528A633E.9060803@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/18/2013 08:32 AM, Janek Sendrowski wrote:
> Hi,
> My current version is 9.2. I could just update it.
> I got the pg_trgm from here:
> http://git.postgresql.org/gitweb/?p=postgresql.git;a=tree;f=contrib/pg_trgm;hb=refs/heads/master
> And the regex files from here:
> http://git.postgresql.org/gitweb/?p=postgresql.git;a=tree;f=src/include/regex;h=f65341c80ea8516a1e02a8b57d9c27d3034eaba4;hb=refs/heads/master
> Where could I get the matching version of pg_trgm?

So you are trying to backport the development version of pg_trgm to 9.2?

I may be wandering out of my depth here, but I am going to say that is
not going to work. Others may have a better grasp on the feasibility of
doing that though.

If it is not otherwise a problem I would suggest upgrading to 9.3, which
has the features you want. Of course this is a major upgrade with all
that entails, so proceed with caution.

> Janek Sendrowksi

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Grittner 2013-11-18 19:51:45 Re: Regex files are missing
Previous Message Jeff Janes 2013-11-18 18:20:44 Re: Postgres as In-Memory Database?