Re: Regex files are missing

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Regex files are missing
Дата
Msg-id 1384804305.51780.YahooMailNeo@web162901.mail.bf1.yahoo.com
обсуждение исходный текст
Ответ на Re: Regex files are missing  ("Janek Sendrowski" <janek12@web.de>)
Список pgsql-general
Janek Sendrowski <janek12@web.de> wrote:

> 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

Get a production release version from the snapshot tarball
downloads or use a URL that looks more like one of these:

http://git.postgresql.org/gitweb/?p=postgresql.git;a=tree;f=contrib/pg_trgm;hb=refs/tags/REL9_2_5

http://git.postgresql.org/gitweb/?p=postgresql.git;a=tree;f=contrib/pg_trgm;hb=refs/heads/REL9_2_STABLE

> 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

The include files should be under your installation directory.  You
should not need to download those.  To use the installed include
files when you build, see this page:

http://www.postgresql.org/docs/9.2/static/extend-pgxs.html

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Regex files are missing
Следующее
От: Stefan Keller
Дата:
Сообщение: Re: Postgres as In-Memory Database?