postgresql - How to list all tables and their creators (or owners) in Redshift -


i thought straightforward couldn't find way list tables , creators (or owners) in redshift. help/insight welcome.

it pg_tables table , here sql:

select tablename, tableowner pg_tables  

Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -