Skip to content

Instantly share code, notes, and snippets.

@asolera
Created November 1, 2021 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asolera/a8a8831185c7a2992bee699f99ce3cb9 to your computer and use it in GitHub Desktop.
Save asolera/a8a8831185c7a2992bee699f99ce3cb9 to your computer and use it in GitHub Desktop.
Show table size in PostgreSQL
SELECT pg_size_pretty(pg_relation_size('table_name'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment