size in bytes of a table?

From: Mark Harrison <mh(at)pixar(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: size in bytes of a table?
Date: 2005-02-11 18:20:47
Message-ID: 420CF77F.7090509@pixar.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'd like to present some statistics on our database tables,
showing the number of rows and approximate amount of data
in bytes, e.g. something like this from one of our other
databases:

tasks (546916 Kb,62018 rows)

Exact numbers don't matter, I just want to present a feel
for the amount of data we have.

Thanks!
Mark

--
Mark Harrison
Pixar Animation Studios

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2005-02-11 18:29:54 Re: [GENERAL] WARNING: could not remove database directory
Previous Message Mike Harding 2005-02-11 18:20:32 updateable view with join?