Re: Picture with Postgres and Delphi

From: Richard Huxton <dev(at)archonet(dot)com>
To: "Derrick Betts" <Derrick(at)grifflink(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Picture with Postgres and Delphi
Date: 2003-09-10 18:14:27
Message-ID: 200309101914.27681.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2003-09-10 18:20:49 Re: C API, PQconnectdb and options Q.
Previous Message Vivek Khera 2003-09-10 18:12:51 Re: State of Beta 2