PG_VIEWS
PG_VIEWS displays useful information about each view in the database.
Name |
Type |
Reference |
Description |
---|---|---|---|
schemaname |
name |
nspname in PG_NAMESPACE |
Schema name of a view. |
viewname |
name |
relname in PG_CLASS |
View name. |
viewowner |
name |
Erolname in PG_AUTHID |
Owner of the view. |
definition |
text |
- |
Definition of the view. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.