Created
March 11, 2019 11:16
-
-
Save Barathchander/b9a31e8b1bfa5d7499912d48bef83607 to your computer and use it in GitHub Desktop.
query to get table level encoding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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