Обсуждение: Is it possible find a size of a table

Поиск
Список
Период
Сортировка

Is it possible find a size of a table

От
"K. Deepa"
Дата:
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

От
Franco Bruno Borghesi
Дата:
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
Вложения