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:
You can enter the following psql meta-command to get some details about a specified database, including its size:
\l+
And to get sizes of all databases (that you can connect to):