How to Find Size of PostgreSQL Databases
Hello to all the readers! Find size of Postgresql database One of my database was growing in size thereby consuming the disk. I got to know which database was taking how much of the disk space. And here is how to find out the size of each PostgreSQL database. The above SQL query just finds…