From: | Aleksandr Parfenov <a(dot)parfenov(at)postgrespro(dot)ru> |
---|---|
To: | Ronald Jewell <rljaousc(at)gmail(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: I've just started working on Full Text Search with version 10 on Ubuntu 16 |
Date: | 2017-10-19 11:45:04 |
Message-ID: | 20171019144504.369e74ae@asp437-24-g082ur |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, 18 Oct 2017 22:53:16 -0400
Ronald Jewell <rljaousc(at)gmail(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2017-10-19 11:57:45 | Re: Fix a typo in libpq/auth.c |
Previous Message | Sokolov Yura | 2017-10-19 11:36:56 | Re: Fix performance degradation of contended LWLock on NUMA |