Re: Size of Large objects

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Jim C(dot) Nasby" <decibel(at)decibel(dot)org>
Cc: Bianca Oberst <bianca(dot)oberst(at)gmx(dot)de>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Size of Large objects
Date: 2005-07-26 09:42:48
Message-ID: 200507261142.48769.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Am Dienstag, 26. Juli 2005 09:55 schrieb Jim C. Nasby:
> decibel=# create table t(v varchar(1000000000));
> ERROR: length for type varchar cannot exceed 10485760

The length you can declare and the size you can store (if a length declaration
doesn't stop you) are, for various uninteresting reasons, not related.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2005-07-26 13:18:51 Re: Size of Large objects
Previous Message Bianca Oberst 2005-07-26 08:42:23 Re: Size of Large objects