Commands.app

\dt

psql Commands

List tables in current database

Examples
Common usage examples

List all tables

\dt

List tables with size info

\dt+

List tables in public schema

\dt public.*
Notes
  • Use \d tablename to describe a specific table
Related Commands
You might also find these useful