When I do a \dt
in psql I only get a listing of tables in the current schema (public
by default).
How can I get a list of all tables in all schemas or a particular schema?
When I do a \dt
in psql I only get a listing of tables in the current schema (public
by default).
How can I get a list of all tables in all schemas or a particular schema?