Re: [pgadmin-support] Table size

2010-02-08 Thread Guillaume Lelarge
Le 05/02/2010 11:57, Greg Smith a écrit : > Benjamin Krajmalnik wrote: >> >> 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

Re: [pgadmin-support] Table size

2010-02-05 Thread Greg Smith
Benjamin Krajmalnik wrote: 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 th

[pgadmin-support] Table size

2010-02-04 Thread Benjamin Krajmalnik
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 i