Skip to content

Instantly share code, notes, and snippets.

@DevanR
Last active May 25, 2018 12:01
Show Gist options
  • Save DevanR/dd4d4bc9635c99c8f94ab1bebbda756a to your computer and use it in GitHub Desktop.
Save DevanR/dd4d4bc9635c99c8f94ab1bebbda756a to your computer and use it in GitHub Desktop.
Check database size
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