Is it possible find a size of a table

Started by Deepa Kover 22 years ago2 messagesgeneral
Jump to latest
#1Deepa K
kdeepa@midascomm.com

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

TIA

--
regards,
Deepa K

#2Franco Bruno Borghesi
franco@akyasociados.com.ar
In reply to: Deepa K (#1)
Re: Is it possible find a size of a table

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:

Show quoted text

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

TIA