Re: Quickly calculating row size of a table?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
Cc: Jared Evans <jnevans(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Quickly calculating row size of a table?
Date: 2005-10-22 03:17:25
Message-ID: 27799.1129951045@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Jim C. Nasby" <jnasby(at)pervasive(dot)com> writes:
> The only way I know of to get row length info for certain is vacuum full
> verbose:

See also contrib/pgstattuple.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-10-22 03:23:48 Re: Blank-padding (was: Oracle buys Innobase)
Previous Message Tom Lane 2005-10-22 03:15:13 Re: How much slower are numerics?