List tables in a PostgreSQL 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?

5 Answers
5

Leave a Comment