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
if you in psql just type
set schema 'temp';
and after that \d shows all relations in "temp