Re: tsearch2 for 7.3.X - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: tsearch2 for 7.3.X
Date
Msg-id 0c5101c3501f$626377c0$2800a8c0@mars
Whole thread Raw
In response to Re: tsearch2 for 7.3.X  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: tsearch2 for 7.3.X  (Teodor Sigaev <teodor@sigaev.ru>)
List pgsql-hackers
> I think it's production quality. Actually, we use it in our
> projects with 7.3.3. You may read docs on tsearch2 home page
> http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/

You know what would be an AWESOME feature? The ability to process user
queries directly:

eg.

SELECT intindex, strtopic FROM tblmessages                                 WHERE idxfti @@ 'jam and
toast -guitar'::userquery::tsquery;

Or be able to understand stuff like:

'jam and toast or (jam -guitar)

etc., etc.

Chris




pgsql-hackers by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: tsearch2 for 7.3.X
Next
From: Peter Eisentraut
Date:
Subject: Thread-safe questions in configure