tsearch2 gives NOTICE: word is too long

From: AI Rumman <rummandba(at)gmail(dot)com>
To: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: tsearch2 gives NOTICE: word is too long
Date: 2010-02-22 12:29:40
Message-ID: 2a7905441002220429p57f011d5v38ae2e612673c308@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ravi 2010-02-22 12:41:09 pgsql exception.
Previous Message Merlin Moncure 2010-02-22 12:29:29 Re: Asynchronous queries - processing listen (notify) in a procedural language