Re: var size too small?

Поиск
Список
Период
Сортировка
От Jason Earl
Тема Re: var size too small?
Дата
Msg-id 87y9lfc0jo.fsf@npa01zz001.simplot.com
обсуждение исходный текст
Ответ на var size too small?  (Adam Bultman <adam.bultman@iconideas.com>)
Список pgsql-novice
What version of PostgreSQL.  Before 7.1 PostgreSQL had a row limit of
8K.  This could be increased to 32K, but only by recompiling
PostgreSQL.  Newer versions don't have this limitation.

Jason

Adam Bultman <adam.bultman@iconideas.com> writes:

> Hey everyone. I'm a bit of a lurker, but I've got a question:
>
> We've got a database with a table with items of type "var" in them, and
> it seems that it's not unlimited, but rather, about 8k.  Is there a way
> to fix this without switching to a recent beta version? Is there a work
> around?
>
>
>
> --
> Adam Bultman
> Icon Multimedia
> 616-836-7213
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

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

Предыдущее
От: Jason Earl
Дата:
Сообщение: Re: Benchmarking
Следующее
От: Francisco Reyes
Дата:
Сообщение: Using output of pg_ctl for benchmarking?