Skip to content

Instantly share code, notes, and snippets.

@diomalta
Created January 30, 2020 12:05
Show Gist options
  • Save diomalta/a5261519469a303b3db515d8c594d9e2 to your computer and use it in GitHub Desktop.
Save diomalta/a5261519469a303b3db515d8c594d9e2 to your computer and use it in GitHub Desktop.
SELECT reltuples FROM pg_class WHERE oid = 'my_schema.my_table'::regclass;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment