标签: postgresql
我正在使用PostgreSQL函数构建一个表。有没有办法在函数运行时监控表的大小?
答案 0 :(得分:1)
这个怎么样:
watch "psql -c \"select pg_relation_size('yourtable')\""