List relations across schemas.
Section: Connect and Inspect with psql
List tables views and sequences
sql
sql
\dt *.*Explanation
Use patterns like `\dt public.*` to limit output.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Connect and Inspect with psql