Re: tsearch v2

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: culley harrelson <culley(at)fastmail(dot)fm>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: tsearch v2
Date: 2003-06-11 20:05:16
Message-ID: Pine.GSO.4.56.0306120002300.25922@ra.sai.msu.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 10 Jun 2003, culley harrelson wrote:

> I will soon need to begin a project that requires full text searching
> and I think I want to use tsearch. I have installed the current version
> and all is well but after doing some more research it looks like tsearch
> v2 is substantially different from v1 (different operators, different

that's right

> function names, etc). Is tsearch v2 close enough to a stable version to
> be used in a production setting? I don't want to write something that
> uses v1 and then have to turn around and patch in the v2 updates next
> month...

It's quite stable, actually we already use it in our application.
We're awaiting documentation and renaming api functions.
For more information see http://www.sai.msu.su/~megera/postgres/gist/

>
> culley
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

In response to

  • tsearch v2 at 2003-06-10 05:57:18 from culley harrelson

Browse pgsql-general by date

  From Date Subject
Next Message Dann Corbit 2003-06-11 20:05:26 Re: Postgres performance comments from a MySQL user
Previous Message Rod Taylor 2003-06-11 20:01:15 Re: [GENERAL] How to enumerate foreign key constraints after