Can not input large text data

Поиск
Список
Период
Сортировка
От t.ngockhoi@bpf.vnu.com
Тема Can not input large text data
Дата
Msg-id C1256AE9.005341B4.00@bpfn01.bpf.vnu.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: nick4x@hotmail.com (Nick)
Дата:
Сообщение: please ignore
Следующее
От: Andrew Gould
Дата:
Сообщение: Re: Accessing PostgreSQL through Apache and PHP4 on Linux