Re: Can not input large text data

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: Can not input large text data
Дата
Msg-id m3n12oo65d.fsf@belphigor.mcnaught.org
обсуждение исходный текст
Ответ на Can not input large text data  (t.ngockhoi@bpf.vnu.com)
Список pgsql-general
t.ngockhoi@bpf.vnu.com writes:

> The text field type is limited by the segment size (8K you can
> change and recompled for 32K). If you need to store more than 32K
> you need to use blob data field.

This is completely wrong as of 7.1.X, which the original poster is
using.  Tuples can be very large in recent versions.  So whatever is
wrong, it isn't that.  ;)

-Doug
--
Let us cross over the river, and rest under the shade of the trees.
   --T. J. Jackson, 1863

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

Предыдущее
От: Doug McNaught
Дата:
Сообщение: Re: VACUUM vs VACUUM ANALYZE
Следующее
От: teg@redhat.com (Trond Eivind Glomsrød)
Дата:
Сообщение: Re: Accessing PostgreSQL through Apache and PHP4 on Linux