pg_tables
#
The view <structname>pg_tables</structname> provides access to
useful information about each table in the database.
pg_tables
ビューはデータベース内のそれぞれのテーブルに関する有用な情報へのアクセスを提供します。
表52.30 pg_tables
の列
Column Type 列 型 Description 説明 |
---|
Name of schema containing table テーブルがあるスキーマの名前 |
Name of table テーブルの名前 |
Name of table's owner テーブルの所有者 |
Name of tablespace containing table (null if default for database) テーブルを含むテーブル空間の名前(データベースのデフォルトの場合はNULL) |
True if table has (or recently had) any indexes trueの場合は、テーブルがインデックスを持っている(もしくは最近まで持っていた) |
True if table has (or once had) rules trueの場合は、テーブルにルールがある(もしくは以前あった) |
True if table has (or once had) triggers trueの場合は、テーブルにトリガがある(もしくは以前あった) |
True if row security is enabled on the table trueの場合は、テーブルの行セキュリティが有効 |