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

37.14. column_options #

The view <literal>column_options</literal> contains all the options defined for foreign table columns in the current database. Only those foreign table columns are shown that the current user has access to (by way of being the owner or having some privilege). column_optionsビューは、現在のデータベースにある外部テーブルの列に定義された全てのオプションを含みます。 現在のユーザが(所有者であるかまたは権限を持っていて)アクセスする権限を持つ外部テーブル列のみが表示されます。

表37.12 column_optionsの列

<title><structname>column_options</structname> Columns</title>

Column Type 列 型

Description 説明

table_catalog sql_identifier

Name of the database that contains the foreign table (always the current database) 外部テーブルが含まれるデータベースの名前です(常に現在のデータベースです)。

table_schema sql_identifier

Name of the schema that contains the foreign table 外部テーブルを含むスキーマの名前です。

table_name sql_identifier

Name of the foreign table 外部テーブルの名前です。

column_name sql_identifier

Name of the column 列の名前です。

option_name sql_identifier

Name of an option オプションの名前です。

option_value character_data

Value of the option オプションの値です。