What is the command to find the size of all the databases?

I am able to find the size of a specific database by using following command:

select pg_database_size('databaseName');

10 Answers
10

Leave a Reply

Your email address will not be published. Required fields are marked *