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

37.48. sql_features #

The table <literal>sql_features</literal> contains information about which formal features defined in the SQL standard are supported by <productname>PostgreSQL</productname>. This is the same information that is presented in <xref linkend="features"/>. There you can also find some additional background information. sql_featuresビューには、標準SQLで定義された公式な機能のどれがPostgreSQLでサポートされているかについての情報があります。 これは付録D内に記された情報と同じものです。 また、ここには背景について追加情報がいくつかあります。

表37.46 sql_featuresの列

<title><structname>sql_features</structname> Columns</title>

Column Type 列 型

Description 説明

feature_id character_data

Identifier string of the feature 機能の識別文字列です。

feature_name character_data

Descriptive name of the feature 機能の説明的な名前です。

sub_feature_id character_data

Identifier string of the subfeature, or a zero-length string if not a subfeature 副機能の識別子です。副機能がない場合は空の文字列です。

sub_feature_name character_data

Descriptive name of the subfeature, or a zero-length string if not a subfeature 副機能の説明的な名前です。副機能がない場合は空の文字列です。

is_supported yes_or_no

<literal>YES</literal> if the feature is fully supported by the current version of <productname>PostgreSQL</productname>, <literal>NO</literal> if not 現在のバージョンのPostgreSQLで機能が完全にサポートされている場合はYESです。さもなくばNOです。

is_verified_by character_data

Always null, since the <productname>PostgreSQL</productname> development group does not perform formal testing of feature conformance 常にNULLです。 PostgreSQL開発グループは機能が準拠しているかどうかについて公式な試験を行っていないからです。

comments character_data

Possibly a comment about the supported status of the feature おそらく機能のサポート状況についてのコメントです。