tables
#
The view <literal>tables</literal> contains all tables and views
defined in the current database. Only those tables and views are
shown that the current user has access to (by way of being the
owner or having some privilege).
tables
ビューには、現在のデータベースで定義された全てのテーブルとビューがあります。
現在のユーザが(所有している、何らかの権限を持っているといった方法で)アクセスできるテーブルとビューのみが表示されます。
表35.52 tables
の列
Column Type 列 型 Description 説明 |
---|
Name of the database that contains the table (always the current database) テーブルを持つデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema that contains the table テーブルを持つスキーマの名前です。 |
Name of the table テーブルの名前です。 |
Type of the table: <literal>BASE TABLE</literal> for a
persistent base table (the normal table type),
<literal>VIEW</literal> for a view, <literal>FOREIGN</literal>
for a foreign table, or
<literal>LOCAL TEMPORARY</literal> for a temporary table
テーブルの種類です。
永続テーブル(普通のテーブルの種類)では |
Applies to a feature not available in <productname>PostgreSQL</productname> PostgreSQLでは利用できない機能に適用されるものです。 |
Applies to a feature not available in <productname>PostgreSQL</productname> PostgreSQLでは利用できない機能に適用されるものです。 |
If the table is a typed table, the name of the database that contains the underlying data type (always the current database), else null. テーブルが型付けされたテーブルの場合、背後のデータ型を持つデータベースの名前です(常に現在のデータベースです)。 さもなくばNULLです。 |
If the table is a typed table, the name of the schema that contains the underlying data type, else null. テーブルが型付けされたテーブルである場合、背後のデータ型を含むスキーマの名前です。 さもなくばNULLです。 |
If the table is a typed table, the name of the underlying data type, else null. テーブルが型付けされたテーブルである場合、背後のデータ型の名前です。 さもなくばNULLです。 |
<literal>YES</literal> if the table is insertable into,
<literal>NO</literal> if not (Base tables are always insertable
into, views not necessarily.)
テーブルが挿入可能な場合 |
<literal>YES</literal> if the table is a typed table, <literal>NO</literal> if not
テーブルが型付けされたテーブルの場合 |
Not yet implemented 未実装です。 |