Re: psql: what's the SQL to compute the ratio of table sizes? - Mailing list pgsql-general

From Scott Marlowe
Subject Re: psql: what's the SQL to compute the ratio of table sizes?
Date
Msg-id dcc563d10810171504u22d4a262gf4f84bde5591d0fd@mail.gmail.com
Whole thread Raw
In response to Re: psql: what's the SQL to compute the ratio of table sizes?  ("Kynn Jones" <kynnjo@gmail.com>)
List pgsql-general
On Fri, Oct 17, 2008 at 3:38 PM, Kynn Jones <kynnjo@gmail.com> wrote:
> Thanks for all your suggestions!
> Kynn

If an approximate count will work take a look in pg_stat_user_tables
right after a vacuum.  It's much faster.

pgsql-general by date:

Previous
From: Steve Atkins
Date:
Subject: Re: ideal server
Next
From: "Scott Marlowe"
Date:
Subject: Re: ideal server