Column Sizes

From: "Brett Maton" <brett(dot)maton(at)itaccounting(dot)co(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Column Sizes
Date: 2003-11-12 18:04:12
Message-ID: botsl3$tsp$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi NG,

How do I find out the size of a column ?

I am retrieving large objects from the pg_largeobject table and creating a
files, I would like to know the length of the data column so that I can
implement buffering instead of writing hundreds of small chunks to disk.

Any help would be appreciated.

Thanks in advance,

Brett

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Robert Treat 2003-11-12 18:04:22 Re: [off-topic] Bugtracker using PostgreSQL
Previous Message mboscia 2003-11-12 17:40:15 Re: change conndeferrable in pg_constraint?