The sql_parts view provides information about SQL standard parts supported by PostgreSQL.
| Column name | Data type | Description |
|---|---|---|
feature_id |
character_data |
An identifier string containing a part number. |
feature_name |
character_data |
The descriptive name of the part. |
is_supported |
yes_or_no |
Specifies whether the feature is fully supported by the current version of PostgreSQL (YES) or not (NO). |
is_verified_by |
character_data |
The value is always NULL, since PostgreSQL does not perform formal SQL standard conformance certification. |
comments |
character_data |
A possible comment about the supported status of the feature. |