Re: Is it possible find a size of a table

From: Franco Bruno Borghesi <franco(at)akyasociados(dot)com(dot)ar>
To: "K(dot) Deepa" <kdeepa(at)midascomm(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Is it possible find a size of a table
Date: 2003-11-20 13:50:50
Message-ID: 1069336249.770.8.camel@taz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

you need to install contrib/dbsize. Then you can do:
SELECT relation_size('myTable');

On Thu, 2003-11-20 at 02:30, K. Deepa wrote:

> Hi All,
> Is it possible find the size of a pgsql table.
>
> TIA

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera Munoz 2003-11-20 14:23:58 Re: pg_clog problems
Previous Message Franco Bruno Borghesi 2003-11-20 13:48:08 Re: pg_clog problems