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:
du -k /var/lib/postgresql/ |sort -n |tail