Maxsize of text? - Mailing list pgsql-sql

From Emils
Subject Maxsize of text?
Date
Msg-id 200004111221.PAA29575@server.dot.lv
Whole thread Raw
List pgsql-sql
Hello,

Is there any upper limit on text field size? I found info on the row
limit in FAQ:
>Rows are limited to 8K bytes, but this can be changed by editing
>include/config.h and changing BLCKSZ. To use attributes larger than
>8K, you can also use the large object interface.

which is OK, but how about 'text'? Basically, I need at least 32Ksize
text fields. Maybe 50K to be sure. Is this OK without BLOBs?

TIA,
Emils
-------------
Emils Klotins
emils@dot.lv


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: Using overlaps()
Next
From: mig@utdt.edu
Date:
Subject: Re: Threaded Records in SQL: Advice Needed