Re: text field size

From: "Poul L(dot) Christiansen" <poulc(at)cs(dot)auc(dot)dk>
To: Hector Diaz <hector_diazc(at)yahoo(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: text field size
Date: 2001-02-27 16:36:49
Message-ID: 3A9BD7A1.A37489BC@cs.auc.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

PostgreSQL 7.0.x har a row limit of 8KB, and your inserting 10KB :(

PostgreSQL 7.1Beta does not have this limit :)

Download the latest beta, or wait 2-4 weeks (roughly estimated!), when
the stable version is released. The beta is quite stable, though.

HTH,
Poul L. Christiansen

Hector Diaz wrote:
>
> 1) Hi I am a novice in pgsql and I am trying to
> introduce a long text to one record... supposly text
> field size are unlimited but when I tried to insert
> the record the follow message appears :
>
> ERROR: Tuple is too big:size 10000, max size 8140
>
> How I can fix this problem or what do you suggest to
> me?
>
> I appreciated your cooperation,
>
> Regards
>
> - Hector
>
> _________________________________________________________
> Do You Yahoo!?
> Obtenga su dirección de correo-e gratis @yahoo.com
> en http://correo.espanol.yahoo.com

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Heath Johns 2001-02-27 17:35:01 Permissions
Previous Message ghaverla 2001-02-27 15:46:57 Re: text field size