Re: tsearch2: more than one index per table?

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: tsearch2: more than one index per table?
Дата
Msg-id 43841C0D.1030407@sigaev.ru
обсуждение исходный текст
Ответ на tsearch2: more than one index per table?  ("Rick Schumeyer" <rschumeyer@ieee.org>)
Ответы Re: tsearch2: more than one index per table?  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-general
> ERROR:  could not find tsearch config by locale
> UPDATE t SET idxA=to_tsvector('default', a);
>

Is it working
select to_tsvector('foo bar')?

I suppose, no. In that case tsearch can't find configuration for current
database locale, update pg_ts_cfg.locale in wished row to correct value.


--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

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

Предыдущее
От: "Thomas F. O'Connell"
Дата:
Сообщение: Re: Index Administration: pg_index vs. pg_get_indexdef()
Следующее
От: Script Head
Дата:
Сообщение: Strugging with NEW and OLD records.