select pg_size_pretty(sum(pg_total_relation_size(inhrelid::regclass)))
from pg_inherits where inhparent='<schema>.<table>'::regclass;
pg_size_pretty
----------------
4410 GB
Published by
on

select pg_size_pretty(sum(pg_total_relation_size(inhrelid::regclass)))
from pg_inherits where inhparent='<schema>.<table>'::regclass;
pg_size_pretty
----------------
4410 GB
Leave a comment