Re: Missing tsearch2 functions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Missing tsearch2 functions
Дата
Msg-id 16234.1268941729@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Missing tsearch2 functions  (Iñigo Martinez Lasala <imartinez@vectorsf.com>)
Список pgsql-admin
=?utf-8?Q?I=C3=B1igo_Martinez_Lasala?= <imartinez@vectorsf.com> writes:
> In fact what was failing was the creation of operators || and @@. Both used the procedures concat, exectsq and
rexectsq.So we can delete those operator creation sentences. 

Actually, it sounds to me like you might want to think about installing
the newer version's contrib/tsearch2 first.  See
http://www.postgresql.org/docs/8.4/static/textsearch-migration.html

In any case note that it's not expected that a dump containing the old
tsearch2 object definitions will load without any noise.  You should
expect some errors like this.  Just ignore the errors, unless they are
preventing loading some object that doesn't belong to the old tsearch2
module.

            regards, tom lane

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

Предыдущее
От: Iñigo Martinez Lasala
Дата:
Сообщение: Re: Missing tsearch2 functions
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: WHo is locking me?