I getting error in Postgresql 9.0.1. select description ,to_tsvector(description) from crm where crmid = 1; NOTICE: word is too long to be indexed DETAIL: Words longer than 2047 characters are ignored.
Any idea pelase how to solve it.
I getting error in Postgresql 9.0.1. select description ,to_tsvector(description) from crm where crmid = 1; NOTICE: word is too long to be indexed DETAIL: Words longer than 2047 characters are ignored.
Any idea pelase how to solve it.