Re: [GENERAL] 答复: [GENERAL] Need Help

Поиск
Список
Период
Сортировка
От Shoaib Mir
Тема Re: [GENERAL] 答复: [GENERAL] Need Help
Дата
Msg-id bf54be870612280111h732ee92dl894dd7c0276beacd@mail.gmail.com
обсуждение исходный текст
Ответ на 答复: [GENERAL] Need Help  (马庆 <ma.qing@staples.sh.cn>)
Ответы Re: Re: [GENERAL] ??: [GENERA  (Ron Johnson <ron.l.johnson@cox.net>)
Список pgsql-general
This should help you get the disk usage for a table:

select pg_size_pretty(pg_relation_size('tablename'));

---------------
Shoaib Mir
EnterpriseDB (www.enterprisedb.com )

On 12/28/06, 马庆 <ma.qing@staples.sh.cn> wrote:
Maybe U can't get the disk usage info, but you can try command "explain"


-----邮件原件-----
发件人: pgsql-general-owner@postgresql.org [mailto: pgsql-general-owner@postgresql.org] 代表 JM
发送时间: 2006年12月28日 10:43 MARK
收件人: pgsql-general@postgresql.org
抄送: Pgsql-Performance (E-mail)
主题: [GENERAL] Need Help

how can i get the disk usage for each table? can i do it via SQL?



Thanks,

Mailing-Lists

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org/


---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

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

Предыдущее
От: Chris Mair
Дата:
Сообщение: Re: OS X Tiger, and PostgreSQL 8.2 don't mix?
Следующее
От: "Alexander Farber"
Дата:
Сообщение: Re: convert(... using windows_1251_to_utf8) - works on cli, but not in a c prog.