I have a postgres database with multiple schemas. When I connect to the database from a shell with psql and I run \\dt it uses the default connection s
psql
\\dt
\l - Display database \c - Connect to database \dn - List schemas \dt - List tables inside public schemas \dt schema1. - List tables inside particular schemas. For eg: 'schema1'.