Re: TOASTed size - Mailing list pgsql-hackers

From Gregory Stark
Subject Re: TOASTed size
Date
Msg-id 87fxyh5vji.fsf@oxford.xeocode.com
Whole thread Raw
In response to Re: TOASTed size  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-hackers
What it turns out is hard to determine is whether the column was stored
externally. To do that you have to rely on the trick of checking
pg_column_size(table.*) and that only works if it's the only column likely to
be stored externally.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com Get trained by Bruce Momjian - ask me about
EnterpriseDB'sPostgreSQL training!
 


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: TOASTed size
Next
From: Simon Riggs
Date:
Subject: Re: Release Note Changes