Re: TSearch2 Problems

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема Re: TSearch2 Problems
Дата
Msg-id Pine.LNX.4.64.0703192201280.400@sn.sai.msu.ru
обсуждение исходный текст
Ответ на TSearch2 Problems  (Howard Cole <howardnews@selestial.com>)
Ответы Re: TSearch2 Problems  (Howard Cole <howardnews@selestial.com>)
Re: TSearch2 Problems  (Howard Cole <howardnews@selestial.com>)
Re: TSearch2 Problems  (Howard Cole <howardnews@selestial.com>)
Список 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@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83

В списке pgsql-general по дате отправления:

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: Possible planner bug?
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: Own messages for constraints?