If I want to use psql to show me all tables owned by me in any schema of the current database, how can I do that--that is, is there a "shortcut" in psql, or just querying the system catalog?
Thanks,Sean