til.duyet.net
blog
Search…
til.duyet.net
🤪
Today I Learned
Data Engineering
☁
AWS
⚒
Tools
💻
Shell
☸
Kubernetes, Helm, Kustomize
🔄
Apache Airflow
🐳
Docker
Database
Google BigQuery
Apache Hive
AWS Redshift / Postgres
Amazon Redshift Utilities
Postgres - Index Summary
Postgres - List tables
Redshift - GRANT
Redshift - tables and their owners
Redshift - Check the table size
Presto
Programming
🍪
Rust
🐍
Python
👻
Golang
💎
Javascript / Typescript
✨
FE / React
Unix
Git - Pretty git branch graphs
Checking files in Docker build context
Bash get the directory of the current script
Vim
Find and replace
Miscellaneous
[Fig] Single machine and distributed system structure
Deploying Machine Learning Models at Scale
Bypass a Chrome certificate/HSTS error
Articles
Powered By
GitBook
Redshift - tables and their owners
It was pg_tables table and here is the SQL:
1
SELECT
tablename
,
tableowner
FROM
pg_tables
;
Copied!
Source:
https://stackoverflow.com/a/29861410
Previous
Redshift - GRANT
Next
Redshift - Check the table size
Last modified
2yr ago
Copy link
Edit on GitHub