Re: Tuple is to big

From: Anand Raman <araman(at)india-today(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Tuple is to big
Date: 2001-02-15 05:41:24
Message-ID: 20010215111124.A12359@india-today.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hi Endre
U can go upto 32 k on 7.0.x and there is no such limit on 7.1
Try to upgrade..
Regards
Anand
On Tue, Feb 13, 2001 at 04:11:59PM -0500, Bodoni Endre wrote:
>I have a little trouble with my PostgreSQL 6.5.1. I use a table with
>text character type.
>When I try to insert about 10000 character long string into it I've got
>an error message like:
>ERROR: Tuple is too big: size 10172
>Is there any limitation for a variable length text type?
>If any, how long is it?
>
>Regards,
>Endre Bodoni

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Anand Raman 2001-02-15 05:43:06 Re: Case insensitive selects?
Previous Message Tom Lane 2001-02-15 01:54:51 Re: temp table creation