Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
33.64. views
Prev UpChapter 33. The Information SchemaHome Next

33.64. 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 33.62. views Columns

NameData TypeDescription
table_catalogsql_identifierName of the database that contains the view (always the current database)
table_schemasql_identifierName of the schema that contains the view
table_namesql_identifierName 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_dataCASCADED orLOCAL if the view has aCHECK OPTION defined on it,NONE if not
is_updatableyes_or_noYES if the view is updatable (allowsUPDATE andDELETE),NO if not
is_insertable_intoyes_or_noYES if the view is insertable into (allowsINSERT),NO if not
is_trigger_updatableyes_or_noYES if the view has anINSTEAD OFUPDATE trigger defined on it,NO if not
is_trigger_deletableyes_or_noYES if the view has anINSTEAD OFDELETE trigger defined on it,NO if not
is_trigger_insertable_intoyes_or_noYES if the view has anINSTEAD OFINSERT trigger defined on it,NO if not


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

[8]ページ先頭

©2009-2025 Movatter.jp