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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Allan Kamau <kamauallan(at)gmail(dot)com>
Cc: Postgres General Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: ERROR row is too big size 9336, exceeds size 8160 when populating record with tsquery and tsvector fields
Date: 2010-11-18 05:35:18
Message-ID: 20210.1290058518@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Allan Kamau <kamauallan(at)gmail(dot)com> writes:
> I am experiencing the "row is too big" error (with postgreSQL-9.0.1)
> when populating a table having a tsquery and tsvector fields.

Could we see the exact declaration of your table, please? Did you
play games with the STORAGE attribute of any of your columns?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2010-11-18 05:53:27 Re: ERROR row is too big size 9336, exceeds size 8160 when populating record with tsquery and tsvector fields
Previous Message Allan Kamau 2010-11-18 04:37:51 ERROR row is too big size 9336, exceeds size 8160 when populating record with tsquery and tsvector fields