Re: How can I known the size of a database, table by table ? - Mailing list pgsql-general

From Andreas Kretschmer
Subject Re: How can I known the size of a database, table by table ?
Date
Msg-id 20060327173329.GA30204@KanotixBox
Whole thread Raw
In response to How can I known the size of a database, table by table ?  (Bruno Baguette <pgsql-ml@baguette.net>)
List pgsql-general
Bruno Baguette <pgsql-ml@baguette.net> schrieb:

> Hello,
>
> I works on a PostgreSQL 8.0.4 database, and I would like to known the size
> (in bytes, Mbytes or anything else) of that database, for each table.
>
> How can I do that ?

I'm not sure if this functions available in 8.0:
If not, see in contrib.


http://www.postgresql.org/docs/8.1/interactive/functions-admin.html

=>

pg_relation_size(text) and other.



Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect.                              (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly."    (unknow)
Kaufbach, Saxony, Germany, Europe.              N 51.05082°, E 13.56889°

pgsql-general by date:

Previous
From: Leonel Nunez
Date:
Subject: Re: How can I known the size of a database, table by table
Next
From: "Shoaib Mir"
Date:
Subject: Re: How can I known the size of a database, table by table ?