Re: [HACKERS] I've just started working on Full Text Search withversion 10 on Ubuntu 16

Поиск
Список
Период
Сортировка
От Aleksandr Parfenov
Тема Re: [HACKERS] I've just started working on Full Text Search withversion 10 on Ubuntu 16
Дата
Msg-id 20171019144504.369e74ae@asp437-24-g082ur
обсуждение исходный текст
Ответ на [HACKERS] I've just started working on Full Text Search with version 10 onUbuntu 16  (Ronald Jewell <rljaousc@gmail.com>)
Список pgsql-hackers
On Wed, 18 Oct 2017 22:53:16 -0400
Ronald Jewell <rljaousc@gmail.com> wrote:

> and I'm getting error ...
> 
> ERROR:  could not open extension control file
> "/usr/share/postgresql/10/extension/tsearch2.control": No such file or
> directory
> 
> when I try to create the tsearch2 extension.

Hi,

tsearch2 is an extension which provides FTS interface for
applications were developed for old versions of PostgreSQL.

Since version 8.3 full-text search is part of PostgreSQL core.
tsearch2 solve a problem of API incompatibility in some aspects and
were kept for backward-compatibility reasons. It was removed since
version 10.

For more information about in-core full-text search API check
documentation at
https://www.postgresql.org/docs/10/static/textsearch-intro.html

-- 
Aleksandr Parfenov
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

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

Предыдущее
От: Sokolov Yura
Дата:
Сообщение: Re: [HACKERS] Fix performance degradation of contended LWLock on NUMA
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: [HACKERS] Fix a typo in libpq/auth.c