Re: ERROR row is too big size 9336, exceeds size 8160 when populating record with tsquery and tsvector fields - Mailing list pgsql-general

From Andres Freund
Subject Re: ERROR row is too big size 9336, exceeds size 8160 when populating record with tsquery and tsvector fields
Date
Msg-id 201011181445.06649.andres@anarazel.de
Whole thread Raw
In response to ERROR row is too big size 9336, exceeds size 8160 when populating record with tsquery and tsvector fields  (Allan Kamau <kamauallan@gmail.com>)
List pgsql-general
On Thursday 18 November 2010 05:37:51 Allan Kamau wrote:
> Hi,
> I am experiencing the "row is too big" error (with postgreSQL-9.0.1)
> when populating a table having a tsquery and tsvector fields.
> Are fields of tsquery and tsvector datatypes affected by this row size
> restriction?
Looks like you tried to index the text field itself with a btree?

Andres

pgsql-general by date:

Previous
From: Sim Zacks
Date:
Subject: restore encoding problem
Next
From: Ray
Date:
Subject: Re: upgrade from postgres 8.x to 9.x problem