Re: Can not input large text data

From: Doug McNaught <doug(at)wireboard(dot)com>
To: t(dot)ngockhoi(at)bpf(dot)vnu(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Can not input large text data
Date: 2001-10-18 23:55:10
Message-ID: m3n12oo65d.fsf@belphigor.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

t(dot)ngockhoi(at)bpf(dot)vnu(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message vikas vkgupta gupta 2001-10-18 23:58:22 Installing PostgreSQL on winNT
Previous Message Martijn van Oosterhout 2001-10-18 23:49:15 Re: VACUUM vs VACUUM ANALYZE