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内に記された情報と同じものです。
また、ここには背景について追加情報がいくつかあります。
表35.46 sql_features
の列
Column Type 列 型 Description 説明 |
---|
Identifier string of the feature 機能の識別文字列です。 |
Descriptive name of the feature 機能の説明的な名前です。 |
Identifier string of the subfeature, or a zero-length string if not a subfeature 副機能の識別子です。副機能がない場合は空の文字列です。 |
Descriptive name of the subfeature, or a zero-length string if not a subfeature 副機能の説明的な名前です。副機能がない場合は空の文字列です。 |
<literal>YES</literal> if the feature is fully supported by the
current version of <productname>PostgreSQL</productname>, <literal>NO</literal> if not
現在のバージョンのPostgreSQLで機能が完全にサポートされている場合は |
Always null, since the <productname>PostgreSQL</productname> development group does not perform formal testing of feature conformance 常にNULLです。 PostgreSQL開発グループは機能が準拠しているかどうかについて公式な試験を行っていないからです。 |
Possibly a comment about the supported status of the feature おそらく機能のサポート状況についてのコメントです。 |