Re: Missing tsearch2 functions - Mailing list pgsql-admin

From Tom Lane
Subject Re: Missing tsearch2 functions
Date
Msg-id 13151.1268930806@sss.pgh.pa.us
Whole thread Raw
In response to Missing tsearch2 functions  (Iñigo Martinez Lasala <imartinez@vectorsf.com>)
Responses Re: Missing tsearch2 functions  (Iñigo Martinez Lasala <imartinez@vectorsf.com>)
List pgsql-admin
=?ISO-8859-1?Q?I=F1igo?= Martinez Lasala <imartinez@vectorsf.com> writes:
> We have adapted our schema in order to use tsearch2 from contrib folder
> for not having to rewrite all functions. We have cleaned most of old
> tsearch2 stuff, but some tsearch2 functions have dissapeared or at least
> we don't know how to invoke with postgres 8.4

> Theses functions are:
> exectsq
> rexectsq
> concat

None of those functions were ever meant to be invoked directly.  Use the
corresponding operators (@@ and ||) instead.

            regards, tom lane

pgsql-admin by date:

Previous
From: Iñigo Martinez Lasala
Date:
Subject: Missing tsearch2 functions
Next
From: "Abraham, Danny"
Date:
Subject: WHo is locking me?