To show db size on postgresql, you can use psql command bellow:
\l+
Additional if you want to show table size, you can use this command bellow:
\d+
zuka.one©2011