Re: Size of Large objects

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

Am Dienstag, 26. Juli 2005 08:37 schrieb Bianca Oberst:
> I'm new in postgres. I searched the archives, but I don't find an answer.
> So can anybody tell me the explicit size, which a clob or a blob can have
> in postgres 8.0?

Columns can contain up to 1 GB of data. The terms clob or blob are not used
in PostgreSQL; the limitation is the same on all column types.

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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Jim C. Nasby 2005-07-26 07:55:43 Re: Size of Large objects
Previous Message Bianca Oberst 2005-07-26 06:37:42 Size of Large objects