A short refresher for navigating PostgreSQL databases, schemas, and objects from the psql command line. Schemas List all schemas: \ dn List schemas with additional information: \ dn + Check the current schema search path: SHOW search_path ; Set the schema search path for the current session: SET...

Source: [Dev.to](https://dev.to/amelye_chatila_717552aace/postgresql-psql-schema-navigation-quick-reference-113b)

Sponsored