SELECT * FROM information_schema.tables WHERE table_schema = 'public'
SELECT * FROM pg_catalog.pg_tables;
dt # show list of tables in postgres
c database_name dt