Views

Listing PostgreSQL views helps in comprehending the database structure, optimizing queries, analyzing dependencies, documentation, and maintaining security and access control.

List views

\dv

// List views from current schema (psql)

\dv *.*

// List views from all schemas (psql)