Re: text search in 8.1

From: "Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: "AI Rumman *EXTERN*" <rummandba(at)gmail(dot)com>, "David Fetter" <david(at)fetter(dot)org>
Cc: "pgsql-general General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: text search in 8.1
Date: 2010-02-22 14:47:24
Message-ID: D960CB61B694CF459DCFB4B0128514C20393818E@exadv11.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

AI Rumman wrote:
> I have a plan to upgrade database, but right now I have to
> use text search indexing for performance improvement.
>
> Following is the rpm status of my server:
>
> [root(at)vcrmdev01 ~]# rpm -qa|grep postgres
> postgresql-8.1.11-1.el5_1.1
> postgresql-python-8.1.11-1.el5_1.1
> postgresql-server-8.1.11-1.el5_1.1
> postgresql-libs-8.1.11-1.el5_1.1
> postgresql-contrib-8.1.11-1.el5_1.1
>
>
> Please tell me how can I install textsearch here.

You already have installed it.

It is in the "contrib" package and is called "tsearch2".
Look at the documentation provided - you need to run an SQL
script to install it in the database.

I also recommend using PostgreSQL 8.3 or better where
full text search is in core. Otherwise your upgrade process
will become more difficult.

Yours,
Laurenz Albe

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Albe Laurenz 2010-02-22 15:47:01 Re: tsearch2 gives NOTICE: word is too long
Previous Message Albe Laurenz 2010-02-22 14:44:08 Re: What is unsecure postgres languages? How to disable them?