Skip to content

Instantly share code, notes, and snippets.

@refs
Created March 19, 2019 12:32
Show Gist options
  • Save refs/b2e025d334610dee0bafdfc8cb8dcf99 to your computer and use it in GitHub Desktop.
Save refs/b2e025d334610dee0bafdfc8cb8dcf99 to your computer and use it in GitHub Desktop.
things collected along the learning highway

System Monitoring Queries

SELECT pg_size_pretty( pg_database_size('dbname') ); prettified database size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment