バージョンごとのドキュメント一覧

54.35. pg_views #

The view <structname>pg_views</structname> provides access to useful information about each view in the database. pg_viewsビューはデータベース内のそれぞれのビューに関する有用な情報へのアクセスを提供します。

表54.35 pg_viewsの列

<title><structname>pg_views</structname> Columns</title>

Column Type 列 型

Description 説明

schemaname name (references <link linkend="catalog-pg-namespace"><structname>pg_namespace</structname></link>.<structfield>nspname</structfield>) (参照先 pg_namespace.nspname

Name of schema containing view ビューを持つスキーマ名

viewname name (references <link linkend="catalog-pg-class"><structname>pg_class</structname></link>.<structfield>relname</structfield>) (参照先 pg_class.relname

Name of view ビュー名

viewowner name (references <link linkend="catalog-pg-authid"><structname>pg_authid</structname></link>.<structfield>rolname</structfield>) (参照先 pg_authid.rolname

Name of view's owner ビューの所有者

definition text

View definition (a reconstructed <xref linkend="sql-select"/> query) ビュー定義(再構築されたSELECT問い合わせ)