35.50. sql_parts
sql_parts
The table sql_parts contains information about which of the several parts of the SQL standard are supported by PostgreSQL.
Column Type Description |
|---|
feature_id An identifier string containing the number of the part |
feature_name Descriptive name of the part |
is_supported
|
is_verified_by Always null, since the PostgreSQL development group does not perform formal testing of feature conformance |
comments Possibly a comment about the supported status of the part |
: sql_parts Columns