On Wednesday 10 September 2003 17:17, Derrick Betts wrote: > Is the size limit 8K for 'text' field types as well? > > > What is the size limit of bytea, I thought it was 8K?
Not for some time now - the TOAST system (Tom Lane's work IIRC) means you can store large text fields in a table. By large I mean MB large, not 64k or something. I think there's a section on TOAST in the manuals. -- Richard Huxton Archonet Ltd ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])