I've just started working on Full Text Search with version 10 on Ubuntu 16

Started by Ronald Jewellabout 8 years ago2 messages
#1Ronald Jewell
rljaousc@gmail.com

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.

thanks

Ron

#2Aleksandr Parfenov
a.parfenov@postgrespro.ru
In reply to: Ronald Jewell (#1)
Re: I've just started working on Full Text Search with version 10 on Ubuntu 16

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