Updated on 2025-07-15 GMT+08:00

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.

Table 1 DB_VIEWS columns

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.