Re: tsearch2 error msg - Mailing list pgsql-hackers

From Oleg Bartunov
Subject Re: tsearch2 error msg
Date
Msg-id Pine.GSO.4.63.0610031848170.681@ra.sai.msu.su
Whole thread Raw
In response to Re: tsearch2 error msg  ("Magnus Hagander" <mha@sollentuna.net>)
Responses Re: tsearch2 error msg  (AgentM <agentm@themactionfaction.com>)
List pgsql-hackers
On Tue, 3 Oct 2006, Magnus Hagander wrote:

>> BTW, try
>> # select plainto_tsquery('foo bar');
>>   plainto_tsquery
>> -----------------
>>   'foo' & 'bar'
>> (1 row)
>>
>> It parses plain text and makes tsquery. Function exists only in 8.2
>> - some later we add docs about changes in tsearch2.

Current docs, covering 8.2 is available from 
http://www.sai.msu.su/~megera/wiki/tsearch2slides

    Regards,        Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru),
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: PG qsort vs. Solaris
Next
From: Gregory Stark
Date:
Subject: Re: src/backend/parser/parse_expr.c:exprTypmod() question