SQL query to check size of database

From: webmaster <webmaster(at)tony(dot)cz>
To: pgsql-sql(at)postgresql(dot)org
Subject: SQL query to check size of database
Date: 1999-07-14 12:52:46
Message-ID: 99071415050002.01288@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi, I have following problem:
My provider allows me to host my site and my pg database, but limited only by
50MB with quota system. I can only ftp to my home dir, but I
don't have the direct acces to /var/lib/data/base/my_database directory, so I
can't see my files and their sizes. Nor with ftp client nor php script (and
this is running as user nobody so it'd not help at all), no access to telnet
port from my IP. I would like to add some new tables (quite long) but I'm not
sure I have enough free space now. And asking the provider every time about
used space isn't the right way...

Is there any way how to retrieve the information about file sizes with some SQL
query? I know I can do something like SELECT * FROM pg_classes but I'm not sure
if i can use the information from fields 'reltuples' and 'relpages' - I was
experimenting with those values but without succes - trying to find the
constant value of the page size - it seems not work.

Thanks for any ideas (hope it's interesting not only for me)...

-- Michal Samek, Tony distribuce s.r.o.
webmaster(at)tony(dot)cz (++420659/321350)
ICQ: 38607210

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 1999-07-14 13:35:14 Re: [SQL] SQL query to check size of database
Previous Message Herouth Maoz 1999-07-14 09:43:32 Re: [SQL] counting bools in a complex query