Postgres tablespace is cluster-wide. Therefore, how do I caculated how much space allocated by each database in postgres tablespace ?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
migrated from stackoverflow.com Mar 8 '12 at 6:47
|
To get the disk space occupied by a database (nicely formatted):
Disk space occupied by a tablespace:
Find out more about database object size functions in the manual: |
|||
|
|
