Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
35.66. views
Prev UpChapter 35. The Information SchemaHome Next

35.66. views#

The viewviews 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).

Table 35.64. views Columns

Column Type

Description

table_catalogsql_identifier

Name of the database that contains the view (always the current database)

table_schemasql_identifier

Name of the schema that contains the view

table_namesql_identifier

Name of the view

view_definitioncharacter_data

Query expression defining the view (null if the view is not owned by a currently enabled role)

check_optioncharacter_data

CASCADED orLOCAL if the view has aCHECK OPTION defined on it,NONE if not

is_updatableyes_or_no

YES if the view is updatable (allowsUPDATE andDELETE),NO if not

is_insertable_intoyes_or_no

YES if the view is insertable into (allowsINSERT),NO if not

is_trigger_updatableyes_or_no

YES if the view has anINSTEAD OFUPDATE trigger defined on it,NO if not

is_trigger_deletableyes_or_no

YES if the view has anINSTEAD OFDELETE trigger defined on it,NO if not

is_trigger_insertable_intoyes_or_no

YES if the view has anINSTEAD OFINSERT trigger defined on it,NO if not



Prev Up Next
35.65. view_table_usage Home Part V. Server Programming
pdfepub
Go to Postgres Pro Standard 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp