
# PG_VIEWS
PG_VIEWS视图显示数据库中每个视图的有用信息。
表1PG_VIEWS字段 
| 名称         | 类型   | 引用                                                                                                                                    | 描述      |
|:---|:---|:---|:---|
| schemaname | name | [PG_NAMESPACE](https://support.huaweicloud.com/centralized-devg-v8-gaussdb/gaussdb-42-0931.html#ZH-CN_TOPIC_0000002527828546).nspname | 视图的模式名。 |
| viewname   | name | [PG_CLASS](https://support.huaweicloud.com/centralized-devg-v8-gaussdb/gaussdb-42-0907.html#ZH-CN_TOPIC_0000002527988482).relname     | 视图名。    |
| viewowner  | name | [PG_AUTHID](https://support.huaweicloud.com/centralized-devg-v8-gaussdb/gaussdb-42-0903.html#ZH-CN_TOPIC_0000002559108221).Erolname   | 视图的所有者。 |
| definition | text | -                                                                                                                                     | 视图的定义。  |
   
