Re: TSearch2 Problems

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Howard Cole <howardnews(at)selestial(dot)com>
Cc: "'PgSql General'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: TSearch2 Problems
Date: 2007-03-19 19:02:51
Message-ID: Pine.LNX.4.64.0703192201280.400@sn.sai.msu.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 19 Mar 2007, Howard Cole wrote:

> Hi,
>
> I am having some problems with TSearch2 queries since upgrading from 8.0 to
> 8.2.
>
> This is the query:
>
> select count(*) from card, to_tsquery('default','test') as q where (q @@
> card.fts);
>
> This works fine on 8.0 but gives the following error in 8.2:
>
> ERROR: No dictionary with name 'en_stem'

show us output of
select * from pg_ts_dict;

> SQL state: XX000
>
> Any help will be great. Thanks
>
> Howard.
>
>
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Davis 2007-03-19 19:05:52 Re: Own messages for constraints?
Previous Message Jeff Davis 2007-03-19 18:54:20 Re: Possible planner bug?