command to check the database size ?

From: Khangelani Gama <Khangelani(dot)Gama(at)ucs-software(dot)co(dot)za>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: command to check the database size ?
Date: 2010-03-25 12:55:09
Message-ID: D78A8169F9436B4DB978300336168F3B33597EF250@SWBREXCH00.ucs-software.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi

Please help, I am new to postgres administration. I just need a command to check the size of the database.

I tried searching but no luck. The server is running on Postgres 7.3.4 and O/S Linux Centos 5. The data sits on /data/postgres7.3.4/data directory. There is no directory like /usr/src/postgresql-7.3.4/contrib/dbsize

But the backup server which is also running postgres 7.3.4 but on Redhat 9 does have /usr/src/postgresql-7.3.4/contrib/dbsize directory which has the following files but I don't what to from from:

[root(at)c9903 dbsize]# pwd
/usr/src/postgresql-7.3.4/contrib/dbsize
[root(at)c9903 dbsize]# ls -ltrh
total 16K
-rw-r--r-- 1 70 wheel 201 Feb 23 2002 Makefile
-rw-r--r-- 1 70 wheel 253 Apr 2 2002 dbsize.sql.in
-rw-r--r-- 1 70 wheel 554 Jun 23 2002 README.dbsize
-rw-r--r-- 1 70 wheel 2.6K Sep 4 2002 dbsize.c
[root(at)c9903 dbsize]#

I also could not find functions like pg_database_size(), pg_size_pretty()

,etc in this old version of postgres7.3.4.

In summary I can't find the command to find the database size from the main server and from the backup server.

Please help

Thanks

Khangelani

Confidentiality Notice:http://ucs.co.za/conf.html

________________________________
The contents of and attachments to this e-mail are intended for the addressee only, and may contain the confidential information of UCS Group and/or its subsidiaries. Any review, use or dissemination thereof by anyone other than the intended addressee is prohibited. If you are not the intended addressee please notify the writer immediately and destroy the e-mail. UCS Group Limited and its subsidiaries distance themselves from and accept no liability for unauthorised use of their e-mail facilities or e-mails sent other than strictly for business purposes.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Plugge, Joe R. 2010-03-25 13:19:24 Re: command to check the database size ?
Previous Message Chander Ganesan 2010-03-25 12:20:10 Re: Can not access PostgreSQL 8.8 via ADO