35.48. sql_features
sql_features
The table sql_features contains information about which formal features defined in the SQL standard are supported by PostgreSQL.
This is the same information that is presented in SQL Conformance.
There you can also find some additional background information.
Column Type Description |
|---|
feature_id Identifier string of the feature |
feature_name Descriptive name of the feature |
sub_feature_id Identifier string of the subfeature, or a zero-length string if not a subfeature |
sub_feature_name Descriptive name of the subfeature, or a zero-length string if not a subfeature |
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 feature |
: sql_features Columns