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

37.50. sql_parts #

The table <literal>sql_parts</literal> contains information about which of the several parts of the SQL standard are supported by <productname>PostgreSQL</productname>. sql_partsテーブルは、標準SQLのどの部分がPostgreSQLでサポートされているかに関する情報を持ちます。

表37.48 sql_partsの列

<title><structname>sql_parts</structname> Columns</title>

Column Type 列 型

Description 説明

feature_id character_data

An identifier string containing the number of the part 部品番号を含む識別文字列です。

feature_name character_data

Descriptive name of the part 部品の説明的な名称です。

is_supported yes_or_no

<literal>YES</literal> if the part 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 part おそらく部品のサポート状況に関するコメントです。