👨n
Size: a a a
👨n
YS
👨n
G
O
/
psql "postgres://postgres@localhost" -f /pod-data/*.sql
РЖ
psql "postgres://postgres@localhost" -f /pod-data/*.sql
DK
DK
DP
DK
DP
DK
DK
РЖ
DK
DP
МШ
select pn.nspname,sum(pg_pretty_size(pg_total_relation_size(pc.oid))) as schema_size from pg_class pc join pg_namespace pn on pc.relnamespace = pn.oid where pn.nspname <> 'pg_catalog' and pn.nspname <> 'information_schema';
🅚