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
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
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