Re: Table size on disk

Поиск
Список
Период
Сортировка
От Cristina Surroca
Тема Re: Table size on disk
Дата
Msg-id 001401c31f06$42ab1900$fe35393e@cris
обсуждение исходный текст
Ответ на Re: Howto Setup a good PostgreSQL Server  ("Kuhn, Dylan K (4520500D)" <Dylan.Kuhn@navy.mil>)
Ответы Re: Table size on disk
Список pgsql-admin
select relname, relpages from pg_class;
relname is the table name.
relpages is number of pages of 8 K that needs the table to be stored.

(sorry for my English)

yours

Cris..
----- Original Message -----
From: "Kris Kiger" <kris@musicrebellion.com>
Cc: <pgsql-admin@postgresql.org>
Sent: Tuesday, May 20, 2003 4:58 PM
Subject: [ADMIN] Table size on disk


> Is there a good way to tell how much physical space a table takes on
> disk?  Thanks
>
> Kris
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html


В списке pgsql-admin по дате отправления:

Предыдущее
От: Shankar K
Дата:
Сообщение: last analyzed date on tables/databases
Следующее
От: Bob Smith
Дата:
Сообщение: Changing NOT NULL condition on column