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 schema which is public. Is there a flag I can specify or how can I change the schema?
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 schema which is public. Is there a flag I can specify or how can I change the schema?