Re: Tuple problem

Поиск
Список
Период
Сортировка
От R D
Тема Re: Tuple problem
Дата
Msg-id 20010129165950.29623.qmail@web10014.mail.yahoo.com
обсуждение исходный текст
Ответ на Tuple problem  (Bogdan Paduraru <bpaduraru@petar.ro>)
Список 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 по дате отправления:

Предыдущее
От: Loïc TREGOUËT
Дата:
Сообщение: Re: Create index problem ( _bt_sort )
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Create index problem ( _bt_sort )