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でサポートされているかに関する情報を持ちます。
表35.48 sql_parts
の列
Column Type 列 型 Description 説明 |
---|
An identifier string containing the number of the part 部品番号を含む識別文字列です。 |
Descriptive name of the part 部品の説明的な名称です。 |
<literal>YES</literal> if the part 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 part おそらく部品のサポート状況に関するコメントです。 |