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
Do you want to change database?
\l - to display databases \c - connect to new database
Update.
I've read again your question. To display schemas
\dn - list of schemas
To change schema, you can try
SET search_path TO