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

From t.ngockhoi@bpf.vnu.com
Subject Can not input large text data
Date
Msg-id C1256AE9.005341B4.00@bpfn01.bpf.vnu.com
Whole thread Raw
List pgsql-general



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.

Best regards,
Ngoc-Khoi TO.

---------------------- Envoyée par Tô Ngoc-Khoi/BPF/BIE/VNU le 18/10/2001 17:10
---------------------------


qk22@gmx.co.uk (qk22) le 17/10/2001 21:33:50

Pour :    pgsql-general@postgresql.org
cc :   (ccc : Tô Ngoc-Khoi/BPF/BIE/VNU)
Objet :   [GENERAL] Can not input large text data



I am using PostgreSQL 7.1.3. I found that I can not input text data
for more than 7MB. When I tried to input text data more than about
7MB, I got the error message:" Network error: Connect reset by peer).
I don't know why.
Can anybody help me with the problem?

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org




pgsql-general by date:

Previous
From: nick4x@hotmail.com (Nick)
Date:
Subject: please ignore
Next
From: Andrew Gould
Date:
Subject: Re: Accessing PostgreSQL through Apache and PHP4 on Linux