DB_VIEWS
DB_VIEWS displays the description about all views accessible to the current user. This view exists in both PG_CATALOG and SYS schema.
| Name | Type | Description |
|---|---|---|
| owner | name | Owner of a view. |
| view_name | name | View name. |
| text | text | Text in the view. |
| text_length | integer | Text length of the view. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.