更新时间:2025-03-08 GMT+08:00
DB_VIEWS
DB_VIEWS视图显示当前用户可访问的所有视图的描述信息。该视图同时存在于PG_CATALOG和SYS Schema下。
名称 | 类型 | 描述 |
|---|---|---|
owner | name | 视图的所有者。 |
view_name | name | 视图的名称。 |
text | text | 视图文本。 |
text_length | integer | 视图文本长度。 |
父主题:系统视图
DB_VIEWS视图显示当前用户可访问的所有视图的描述信息。该视图同时存在于PG_CATALOG和SYS Schema下。
名称 | 类型 | 描述 |
|---|---|---|
owner | name | 视图的所有者。 |
view_name | name | 视图的名称。 |
text | text | 视图文本。 |
text_length | integer | 视图文本长度。 |