FAQ
select pg_relation_size('mytable');
pg_relation_size
------------------
16384
SELECT pg_size_pretty (pg_relation_size('mytable'));
pg_size_pretty
----------------
16 KB
select pg_size_pretty(pg_database_size ('postgres'));
pg_size_pretty
----------------
8517 MB
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up