Thread: Is it possible find a size of a table

Is it possible find a size of a table

From
"K. Deepa"
Date:
Hi All,
       Is it possible find the size of a pgsql table.

TIA

--
regards,
Deepa K



Re: Is it possible find a size of a table

From
Franco Bruno Borghesi
Date:
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
Attachment