Re: Can not input large text data - Mailing list pgsql-general

From Doug McNaught
Subject Re: Can not input large text data
Date
Msg-id m3n12oo65d.fsf@belphigor.mcnaught.org
Whole thread Raw
In response to Can not input large text data  (t.ngockhoi@bpf.vnu.com)
List 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 by date:

Previous
From: Doug McNaught
Date:
Subject: Re: VACUUM vs VACUUM ANALYZE
Next
From: teg@redhat.com (Trond Eivind Glomsrød)
Date:
Subject: Re: Accessing PostgreSQL through Apache and PHP4 on Linux