Re: tuple too big error - Mailing list pgsql-general

From Marko Kreen
Subject Re: tuple too big error
Date
Msg-id 20010404092529.A14169@l-t.ee
Whole thread Raw
In response to tuple too big error  (Karl Schmid <schmid@ice.mpg.de>)
List pgsql-general
On Wed, Apr 04, 2001 at 08:47:57AM +0200, Karl Schmid wrote:
> I get the following error message:
>
> ERROR:  Tuple is too big: size 104228, max size 8140
>
> If I understand the docs correctly, there is no length restriction in text
> fields and the above instruction should work.
>
> Did I overlook something? Is it necessary to import such a long string as a
> large object?
>
> I am using PostgreSQL 7.0.3 under SuSE Linux 7.1.

Sorry, the length restriction is removed in PostgreSQL 7.1.  In
7.0 you should use LO's, yes.  Buf as the 7.1 is in the version
7.1rc2 you could try it out too...

--
marko


pgsql-general by date:

Previous
From: "Poul L. Christiansen"
Date:
Subject: Re: tuple too big error
Next
From: "Richard Huxton"
Date:
Subject: Re: tuple too big error