Re: pg_class table problem

From: Shilong Stanley Yao <yao(at)noao(dot)edu>
To: Marc Durham <marcdurham(at)d-tech(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_class table problem
Date: 2004-03-17 23:21:44
Message-ID: 4058DD88.5080601@noao.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Marc Durham wrote:
> The relpages value is an estimated value I believe. Try using VACUUM to
> update it:
> VACUUM mytable;
> SELECT relname, relpages from pg_class;
>
> -Marc-
Thank you all for your help. "vacuum" does help! Now I got the
accurate numbers. -Stan

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mark Harrison 2004-03-18 00:28:45 any sql for doing radix conversion?
Previous Message Martijn van Oosterhout 2004-03-17 22:49:21 Re: pg_class table problem