On Dec 20, 2007 12:47 PM, Andrew Chernow <ac(at)esilo(dot)com> wrote:
> Arunachalam Parthasarathy wrote:
> bytea uses up to 4 bytes to represent the binary string length (signed
> 32-bit integer). So the max data size is 2G.
max data size is 2g, but only large objects can hit that...1gb limit
comes from toast and applies to pretty much anything else
(http://www.postgresql.org/docs/8.3/static/storage-toast.html)
merlin