SYSTEM CATALOGS / SYSTEM VIEWS
pg_views
Read PG 18 manual ↗The view pg_views provides access to useful information about each view in the database.
- Kind
- System views
- Columns in this snapshot
- 4
- Definition source
- English manual
Columns 4
| Column | Type | Description / reference |
|---|---|---|
schemaname | name | Name of schema containing view pg_namespace.nspname |
viewname | name | Name of view pg_class.relname |
viewowner | name | Name of view's owner pg_authid.rolname |
definition | text | View definition (a reconstructed SELECT query) |
Column history across versions
Definition snapshot: english-manuals:506f3d417c5c9e8ab44046b66ad… · English manual source