Re: text field size

Поиск
Список
Период
Сортировка
От Poul L. Christiansen
Тема Re: text field size
Дата
Msg-id 3A9BD7A1.A37489BC@cs.auc.dk
обсуждение исходный текст
Ответ на text field size  (Hector Diaz <hector_diazc@yahoo.com>)
Ответы Re: text field size
Список 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

В списке pgsql-novice по дате отправления:

Предыдущее
От: ghaverla@freenet.edmonton.ab.ca
Дата:
Сообщение: Re: text field size
Следующее
От: "Oliver Elphick"
Дата:
Сообщение: Re: text field size