May 17, 2026, 11:40 PM
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
postgres=# SELECT pg_database.datname as "database_name", pg_size_pretty(pg_database_size(pg_database.datname)) AS size_in_mb FROM pg_database ORDER by size_in_mb DESC;
|
||||
|
||||
(or)
|
||||
|
||||
postgres=# \l+
|
||||
Reference in New Issue
Block a user