RE: Re: 'Tuple is too big' Error

From: Michael Ansley <Michael(dot)Ansley(at)intec-telecom-systems(dot)com>
To: "'J(dot)H(dot)M(dot) Dassen (Ray)'" <jdassen(at)cistron-office(dot)nl>, pgsql-general(at)postgresql(dot)org
Subject: RE: Re: 'Tuple is too big' Error
Date: 2001-01-15 10:35:30
Message-ID: 7F124BC48D56D411812500D0B747251480F390@FILESERVER002
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You can set the BLOCKSZ parameter up to a max of 32kB. This will increase
the row length to 32kB (a bit shorter because of some admin overhead, but
close enough). In the medium-term, upgrade to 7.1 as this limit has been
removed.

MikeA

-----Original Message-----
From: J.H.M. Dassen (Ray) [mailto:jdassen(at)cistron-office(dot)nl]
Sent: 15 January 2001 07:50
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] Re: 'Tuple is too big' Error

On Thu, Jan 11, 2001 at 20:06:33 +0100, Christian Pomar wrote:
> Using phorum (www.phorum.org) based on PHP, I am getting the following
> error when trying to insert a message in the PosgreSQL 6.5.3 database:
>
> ProcessQuery
> ERROR: Tuple is too big: size 12440

There is an 8K tuple length in that version of PostgreSQL.

> (obtained from the log). Can anybody tell me where to find proper
> documentation to raise whatever parameter is necessary to avoid this
> problem?

AFAIK it's not that easy to fix. It is fixed in the beta versions of 7.1.

HTH,
Ray
--
Those who are willing to trade their liberty for security deserve neither.
Benjamin Franklin

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
Nick West - Global Infrastructure Manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

Browse pgsql-general by date

  From Date Subject
Next Message Marcos 2001-01-15 10:58:28 exporting table to txt
Previous Message Poul L. Christiansen 2001-01-15 10:11:02 Re: exporting table to txt