35.43. sql_features

Таблица sql_features содержит информацию о формальной функциональности, описанной в стандарте и поддерживаемой Postgres Pro. Эта же информация представлена в Приложении D. Там вы можете найти и дополнительные сведения.

Таблица 35.41. Столбцы sql_features

ИмяТип данныхОписание
feature_idcharacter_dataСтрока идентификатора функциональности
feature_namecharacter_dataОписательное название функциональности
sub_feature_idcharacter_dataСтрока идентификатора подчинённой возможности, либо строка нулевой длины, если это не подчинённая возможность
sub_feature_namecharacter_dataОписательное название подчинённой возможности, либо строка нулевой длины, если это не подчинённая возможность
is_supportedyes_or_noYES, если функциональность полностью поддерживается текущей версией Postgres Pro, либо NO в противном случае
is_verified_bycharacter_dataВсегда NULL, так как группа разработки Postgres Pro не проводит формальное тестирование функционального соответствия
commentscharacter_dataНеобязательный комментарий о поддерживаемом состоянии функциональности

35.43. sql_features

The table sql_features contains information about which formal features defined in the SQL standard are supported by Postgres Pro. This is the same information that is presented in Appendix D. There you can also find some additional background information.

Table 35.41. sql_features Columns

NameData TypeDescription
feature_idcharacter_dataIdentifier string of the feature
feature_namecharacter_dataDescriptive name of the feature
sub_feature_idcharacter_dataIdentifier string of the subfeature, or a zero-length string if not a subfeature
sub_feature_namecharacter_dataDescriptive name of the subfeature, or a zero-length string if not a subfeature
is_supportedyes_or_noYES if the feature is fully supported by the current version of Postgres Pro, NO if not
is_verified_bycharacter_data Always null, since the Postgres Pro development group does not perform formal testing of feature conformance
commentscharacter_dataPossibly a comment about the supported status of the feature

FAQ