Redshift - tables and their owners
It was pg_tables table and here is the SQL:
SELECT tablename, tableowner FROM pg_tables;
Last updated
Was this helpful?
It was pg_tables table and here is the SQL:
SELECT tablename, tableowner FROM pg_tables;
Last updated
Was this helpful?