1
0
forked from docs/doc-exports
doc-exports/docs/dws/dev/dws_04_0793.html
Lu, Huayi a24ca60074 DWS DEVELOPER 811 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2023-01-19 13:37:49 +00:00

4.8 KiB

PG_VIEWS

PG_VIEWS displays basic information about each view in the database.

Table 1 PG_VIEWS columns

Name

Type

Reference

Description

schemaname

name

PG_NAMESPACE.nspname

Name of the schema that contains the view

viewname

name

PG_CLASS.relname

View name

viewowner

name

PG_AUTHID.Erolname

Owner of the view

definition

text

-

Definition of the view