Re: Size of Large objects - Mailing list pgsql-admin

From Peter Eisentraut
Subject Re: Size of Large objects
Date
Msg-id 200507261142.48769.peter_e@gmx.net
Whole thread Raw
In response to Re: Size of Large objects  ("Jim C. Nasby" <decibel@decibel.org>)
Responses Re: Size of Large objects  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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/

pgsql-admin by date:

Previous
From: "Bianca Oberst"
Date:
Subject: Re: Size of Large objects
Next
From: Tom Lane
Date:
Subject: Re: Size of Large objects