Re: tuple too big error

From: Marko Kreen <marko(at)l-t(dot)ee>
To: Karl Schmid <schmid(at)ice(dot)mpg(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: tuple too big error
Date: 2001-04-04 07:25:29
Message-ID: 20010404092529.A14169@l-t.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message DaVinci 2001-04-04 07:45:09 unrecognized language plpgsql
Previous Message Einar Karttunen 2001-04-04 07:16:40 Re: tuple too big error