Last active
May 25, 2018 12:01
-
-
Save DevanR/dd4d4bc9635c99c8f94ab1bebbda756a to your computer and use it in GitHub Desktop.
Check database size
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT pg_size_pretty(pg_database_size('dbname')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment