Skip to content

Instantly share code, notes, and snippets.

@Barathchander
Created March 11, 2019 11:16
Show Gist options
  • Save Barathchander/b9a31e8b1bfa5d7499912d48bef83607 to your computer and use it in GitHub Desktop.
Save Barathchander/b9a31e8b1bfa5d7499912d48bef83607 to your computer and use it in GitHub Desktop.
query to get table level encoding
select * from
pg_table_def
where schemaname = 'schema'
and tablename = 'table_name';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment