The view pg_views
provides access to useful information about each view in the database.
Table 50-84. pg_views
Columns
Name | Type | References | Description |
---|---|---|---|
schemaname | name |
| Name of schema containing view |
viewname | name |
| Name of view |
viewowner | name |
| Name of view's owner |
definition | text | View definition (a reconstructed SELECT query) |
Prev | Next | |
pg_user_mappings | Up | Frontend/Backend Protocol |
Please login to continue.