In pgAdmin, one can view the total disk size occupied by a table in the
statistics view when in the "Tables" context.
What query is being used to calculate this?
I have found pg_relation_size() but it has to be called for multiple
entities in order to arrive at the total utilization.
Thanks in advance.