Because I don’t quite use psql often enough to remember:
\dn— list schemas.\dt schema.*— list tables in the schema.\d schema.*— list tables, indexes in the schema in copious detail.\d table— describe a table and constraints.
Because I don’t quite use psql often enough to remember:
\dn — list schemas.
\dt schema.* — list tables in the schema.
\d schema.* — list tables, indexes in the schema in copious detail.
\d table — describe a table and constraints.