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

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

              http://www.postgresql.org/docs/faq

Reply via email to