Re: tsearch2 for 7.3.X

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Oleg Bartunov" <oleg(at)sai(dot)msu(dot)su>, "Andreas Joseph Krogh" <andreak(at)officenet(dot)no>
Cc: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "Pgsql Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: tsearch2 for 7.3.X
Date: 2003-07-22 07:03:40
Message-ID: 0c5101c3501f$626377c0$2800a8c0@mars
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2003-07-22 07:38:56 Thread-safe questions in configure
Previous Message Oleg Bartunov 2003-07-22 06:48:43 Re: tsearch2 for 7.3.X