Re: tsearch2 gives NOTICE: word is too long

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: tsearch2 gives NOTICE: word is too long
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C203938190@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на tsearch2 gives NOTICE: word is too long  (AI Rumman <rummandba@gmail.com>)
Список pgsql-general
AI Rumman wrote:
> When I am using the query:
>
> select length(description),
> to_tsvector('default',description) as c from crmentity ;
>
> Getting error:
>
> NOTICE:  word is too long
>
> Postgresql 8.1.
>
> Could anyone please tell me why?

Because there is a "word" in the "description" column that
exceeds the maximal length (4096 I think).

This is not an error, just an information that you will not
be able to search for this word.

Yours,
Laurenz Albe

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

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: text search in 8.1
Следующее
От: Allan Kamau
Дата:
Сообщение: Re: helo