Last updated
Was this helpful?
Last updated
Was this helpful?
If you have connect access to a PostgreSQL database, you can use the pg_database_size()
function to get the size of a database in bytes.
Just give it the name of the database and it will tell you how much disk space that database is taking up.
Checkout for more details.