Re: The length of a tsvector (lexemes + positions) must be less than 1 megabyte

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mohamed <mohamed5432154321(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: The length of a tsvector (lexemes + positions) must be less than 1 megabyte
Date: 2009-01-07 17:58:05
Message-ID: 15123.1231351085@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Mohamed <mohamed5432154321(at)gmail(dot)com> writes:
> http://www.postgresql.org/docs/8.3/interactive/textsearch-limitations.html
> The length of a tsvector (lexemes + positions) must be less than 1 megabyte
>>

> What does this mean ? Is that per column and row or for the whole index ?

It's for a single tsvector value, which means one table entry.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-01-07 18:30:43 Re: FreeBSD and large shared_buffers a no-go?
Previous Message Kirk Strauser 2009-01-07 17:55:35 FreeBSD and large shared_buffers a no-go?