Tuple Max Size on 7.1

From: David Scholes <david(at)cfourusa(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Tuple Max Size on 7.1
Date: 2001-05-02 21:57:02
Message-ID: 3AF082AE.7F5025D9@cfourusa.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

When trying to do a large INSERT to a table in PostgreSQL 7.1, I get the
following error:
Tuple is too big: size 32112, max size 8140

This limit is being hit both from Perl and Coldfusion. I am using the
drivers that came with the 7.1 distribution. We are running on RedHat 7.0
and I used the RPM's to install.

My understanding was that this limit was removed in 7.1. Any ideas?

Thanks, David

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joel Burton 2001-05-02 21:57:34 Re: update ... from where id in (..) question
Previous Message Joel Burton 2001-05-02 21:55:09 Re: multiple INSERT