On Dec 20, 2007 12:47 PM, Andrew Chernow <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate