From: | Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> |
---|---|
To: | Rick Schumeyer <rschumeyer(at)ieee(dot)org> |
Cc: | pgsql general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: tsearch2: pg8.1 to pg8.2 |
Date: | 2006-12-07 22:27:59 |
Message-ID: | Pine.LNX.4.64.0612080127310.16338@sn.sai.msu.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Rick,
did you load tsearch2 itself into your database ?
Oleg
On Thu, 7 Dec 2006, Rick Schumeyer wrote:
> I am trying to copy a database that uses tsearch2 from pg8.1 to pg8.2.
>
> All I did to install tsearch2 was cd to the contrib/tsearch2 directory, then
> make, make install.
>
> I then dumped the database from pg8.1 and used psql -f filename db to load in
> into pg8.2.
>
> Attempting a query gives an error:
>
> lib2=# select * from item where idxTitle @@ to_tsquery('default', 'money');
> ERROR: No dictionary with name 'en_stem'
>
> Is there a document that describes the necessary steps to convert to the
> upgraded tsearch2?
>
>
>
> ---------------------------(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
From | Date | Subject | |
---|---|---|---|
Next Message | BigSmoke | 2006-12-07 22:28:20 | Re: The relative stability of different procedural languages |
Previous Message | Joshua D. Drake | 2006-12-07 22:11:43 | Re: The relative stability of different procedural |