Can not input large text data

From: t(dot)ngockhoi(at)bpf(dot)vnu(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: Can not input large text data
Date: 2001-10-18 15:09:20
Message-ID: C1256AE9.005341B4.00@bpfn01.bpf.vnu.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)co(dot)uk (qk22) le 17/10/2001 21:33:50

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

Attachment Content-Type Size
unknown_filename text/plain 412 bytes

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Brett 2001-10-18 15:09:44 Re: URGENT: Index problems - update - please help ....
Previous Message Martijn van Oosterhout 2001-10-18 15:05:45 Re: Getting OID after Insert