When I am using the query:
select length(description), to_tsvector('default',description) as c fromcrmentity ;
Getting error:
NOTICE: word is too long
Postgresql 8.1.
Could anyone please tell me why?