Re: [GENERAL] tsearch2 gives NOTICE: word is too long

2010-02-22 Thread Albe Laurenz
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 "descriptio

[GENERAL] tsearch2 gives NOTICE: word is too long

2010-02-22 Thread AI Rumman
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?