Re: accessing the words in a full text index - Mailing list pgsql-general

From Dimitri Fontaine
Subject Re: accessing the words in a full text index
Date
Msg-id m2iq986wlw.fsf@hi-media.com
Whole thread Raw
In response to accessing the words in a full text index  ("Massa, Harald Armin" <chef@ghum.de>)
List pgsql-general
"Massa, Harald Armin" <chef@ghum.de> writes:

> I want to provide a "suggest word as you type" feature in an application (like google suggest). 
> All the documents are - of course - stored within a PostgreSQL
> database, within TEXT columns.

See pg_trgm.

  http://www.postgresql.org/docs/8.4/static/pgtrgm.html

Regards,
--
dim

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: timestamp literal out of line
Next
From: Tom Lane
Date:
Subject: Re: timestamp literal out of line