Re: How to use the full text index feature on PostgreSQL

From: Chris <dmagick(at)gmail(dot)com>
To: aBBISh <abbish(at)163(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to use the full text index feature on PostgreSQL
Date: 2006-08-11 04:14:53
Message-ID: 44DC043D.908@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

aBBISh wrote:
> Hello everyone
>
> How to use the full text index feature to search a lot of text on
> PostgreSQL 8.x?

You need to install & setup tsearch2.

I have a small article about how to do that here:

http://www.designmagick.com/article/27/

--
Postgresql & php tutorials
http://www.designmagick.com/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2006-08-11 04:31:05 Re: [GENERAL] different sort order in windows and linux version
Previous Message aBBISh 2006-08-11 03:56:21 How to use the full text index feature on PostgreSQL 8.x