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
Post a Comment