How to Get the Size of the Database in PostgreSQL.
SELECT pg_size_pretty(pg_database_size('dbname'));
Found this article interesting? Follow Brightwhiz on Facebook, Twitter, and YouTube to read and watch more content we post.
How to Get the Size of the Database in PostgreSQL.
SELECT pg_size_pretty(pg_database_size('dbname'));
Found this article interesting? Follow Brightwhiz on Facebook, Twitter, and YouTube to read and watch more content we post.