Re: tuple too big error

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема Re: tuple too big error
Дата
Msg-id 20010404092529.A14169@l-t.ee
обсуждение исходный текст
Ответ на tuple too big error  (Karl Schmid <schmid@ice.mpg.de>)
Список pgsql-general
On Wed, Apr 04, 2001 at 08:47:57AM +0200, Karl Schmid wrote:
> I get the following error message:
>
> ERROR:  Tuple is too big: size 104228, max size 8140
>
> If I understand the docs correctly, there is no length restriction in text
> fields and the above instruction should work.
>
> Did I overlook something? Is it necessary to import such a long string as a
> large object?
>
> I am using PostgreSQL 7.0.3 under SuSE Linux 7.1.

Sorry, the length restriction is removed in PostgreSQL 7.1.  In
7.0 you should use LO's, yes.  Buf as the 7.1 is in the version
7.1rc2 you could try it out too...

--
marko


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

Предыдущее
От: "Poul L. Christiansen"
Дата:
Сообщение: Re: tuple too big error
Следующее
От: "Richard Huxton"
Дата:
Сообщение: Re: tuple too big error