Postgres » PostgresqlSize
Check database disk usage
mydb=> SELECT pg_size_pretty(pg_database_size('mydb'));
pg_size_pretty
----------------
1453 MB
(1 row)mydb=> SELECT pg_size_pretty(pg_database_size('mydb'));
pg_size_pretty
----------------
1453 MB
(1 row)
There are no comments on this page. [Add comment]