35.66. views
views
The view views contains all views defined in the current database.
Only those views are shown that the current user has access to (by way of being the owner or having some privilege).
Column Type Description |
|---|
table_catalog Name of the database that contains the view (always the current database) |
table_schema Name of the schema that contains the view |
table_name Name of the view |
view_definition Query expression defining the view (null if the view is not owned by a currently enabled role) |
check_option
|
is_updatable
|
is_insertable_into
|
is_trigger_updatable
|
is_trigger_deletable
|
is_trigger_insertable_into
|
: views Columns