PG_VIEWS
PG_VIEWS displays basic information about each view in the database.
| Name | Type | Reference | Description |
|---|---|---|---|
| schemaname | name | PG_NAMESPACE.nspname | Name of the schema that contains the view |
| viewname | name | PG_CLASS.relname | View name |
| viewowner | name | PG_AUTHID.Erolname | Owner of the view |
| definition | text | - | Definition of the view |
Last Article: PG_USER_MAPPINGS
Next Article: PG_WLM_STATISTICS
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.