From: | Chuck Amadi <chuck(dot)amadi(at)rokcorp(dot)com> |
---|---|
To: | postgresql <pgsql-admin(at)postgresql(dot)org> |
Subject: | Checking a size of a given database |
Date: | 2007-04-17 10:45:04 |
Message-ID: | 4624A530.40108@rokcorp.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
I have been given a task to try a proof of concept of migrating are active databases from PostgreSQL 8.0.1 to 8.2.3
I will install and configPostgreSQL on my local w/s and replicate the database users etc etc.
I have had a look inside /var/lib/pgsql/data/base and there are numerous files (db's) which I believe is where I can check data base size.
1 108012 114465 122407 1261267 1261963 17229 17233 17234 17235 174066 19247 205009 21272 2793694 2794334 333245 333375
I am aware that Postgresql creates directories to keep each database in.
These directories aren't names,they are kept as the *'OID's *of each
database (oid's are*"object identifiers"*).
Previously I just run pg_dump and thus run ls -lh on the db dump. Anyway
of checking a size of a given database I have tried
the sql using select pg_database_size ('dbaname'); but no joy.
Cheers
Chuck
--
Chuck Amadi
ROK Corporation Limited
Ty ROK,
Dyffryn Business Park,
Llantwit Major Road,
Llandow,
Vale Of Glamorgan.
CF71 7PY
Tel: 01446 795 839
Fax: 01446 794 994
International Tel: +44 1446 795 839
email: chuck(dot)amadi(at)rokcorp(dot)com
This email is confidential to the addressee only. If you do not believe
that you are the intended recipient, do not pass it on or copy it in any
way. Please delete it immediately.
From | Date | Subject | |
---|---|---|---|
Next Message | Milen A. Radev | 2007-04-17 11:39:32 | Re: Checking a size of a given database |
Previous Message | Ashish Karalkar | 2007-04-17 08:28:43 | Re: Cript for DISK SPACE USE psql |