查看库:

select pg_size_pretty(pg_relation_size('gp_test'));

查看表:

select pg_size_pretty(pg_total_relation_size('gp_test'));

  

 

相关文章: