Site
System Administration
Networking
Miscellaneous
Site
System Administration
Networking
Miscellaneous
ncdu
in /var/lib/postgresql
select oid,datname from pg_database where oid=18595;
select table_name,pg_relation_size(quote_ident(table_name)) from information_schema.tables where table_schema = 'public' order by 2;