Re: Where to find information about implementing full-text-search - Mailing list pgsql-general

From Ian Barwick
Subject Re: Where to find information about implementing full-text-search
Date
Msg-id 200312081042.18554.barwick@gmx.net
Whole thread Raw
In response to Where to find information about implementing full-text-search  ("Gellert, Andre" <AGellert@ElectronicPartner.de>)
List pgsql-general
On Monday 08 December 2003 10:31, Gellert, Andre wrote:
> Hello,
> we upgraded our PostgreSQL from 7.2 to 7.4, because we want to use the
> enhanced full-text searches,
> which should be build in now.
> I can't find any informations how to implement an optimized search in the
> docs ....
> Today the search feels like  " fieldvarchar30 ~* '^VALUESTRING.*' " ,
> is the full text search based on special indizes, a special table type or
> whatever ?

http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/

hth

Ian Barwick
barwick@gmx.net

pgsql-general by date:

Previous
From: "Victor B. Berdin"
Date:
Subject: pgsql 7.4 on minimal environment
Next
From: Thierry Missimilly
Date:
Subject: Re: What is WAL used for?