Skip to content

Instantly share code, notes, and snippets.

@darioielardi
Created September 5, 2019 07:59
Show Gist options
  • Save darioielardi/a01ef811c8f19e9b777b12a20f9d804a to your computer and use it in GitHub Desktop.
Save darioielardi/a01ef811c8f19e9b777b12a20f9d804a to your computer and use it in GitHub Desktop.
[Postgres DB Size] #postgres #sql
SELECT pg_size_pretty( pg_database_size('DB_NAME') );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment