tsearch2: pg8.1 to pg8.2

Поиск
Список
Период
Сортировка
От Rick Schumeyer
Тема tsearch2: pg8.1 to pg8.2
Дата
Msg-id 457887A3.9080509@ieee.org
обсуждение исходный текст
Ответы Re: tsearch2: pg8.1 to pg8.2  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-general
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?



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

Предыдущее
От: Keary Suska
Дата:
Сообщение: Indexes and Inheritance
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Vote for your favorite database