¶
Postgres Shortcuts
¶
Database
List
\l
Size
SELECT pg_size_pretty( pg_database_size('dbname') );