Re: Tuple problem - Mailing list pgsql-admin

From R D
Subject Re: Tuple problem
Date
Msg-id 20010129165950.29623.qmail@web10014.mail.yahoo.com
Whole thread Raw
In response to Tuple problem  (Bogdan Paduraru <bpaduraru@petar.ro>)
List 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@petar.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/

pgsql-admin by date:

Previous
From: Loïc TREGOUËT
Date:
Subject: Re: Create index problem ( _bt_sort )
Next
From: Tom Lane
Date:
Subject: Re: Create index problem ( _bt_sort )