Re: Tuple problem

From: R D <mrk279(at)yahoo(dot)com>
To: Bogdan Paduraru <bpaduraru(at)petar(dot)ro>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Tuple problem
Date: 2001-01-29 16:59:50
Message-ID: 20010129165950.29623.qmail@web10014.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,
PostgreSQL has this limitation. The max row size is
8K.
You can recompile Postgres with max row size of 32K
(not more). This limitation is removed in PgSQL 7.1
which is not released yet. It's in beta phase.

regards,
Rumen

--- Bogdan Paduraru <bpaduraru(at)petar(dot)ro> wrote:
> Hello folks,
>
> I have a web-tool that inputs text in a Postgresql
> table. This text is
> in a form.
> The problem is when I have a big text, I get this
> error :
>
> ERROR: Tuple is too big: size 13924, max size 8140
>
> Can you help me?
>
> Thanx,
> Bogdan,
>
> >
>
>

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2001-01-29 17:20:13 Re: Create index problem ( _bt_sort )
Previous Message Loïc TREGOUËT 2001-01-29 16:59:04 Re: Create index problem ( _bt_sort )