Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
36.44. sql_features
Prev UpChapter 36. The Information SchemaHome Next

36.44. sql_features

The tablesql_features contains information about which formal features defined in the SQL standard are supported byPostgreSQL. This is the same information that is presented inAppendix D. There you can also find some additional background information.

Table 36.42. 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 ofPostgreSQL,NO if not
is_verified_bycharacter_data Always null, since thePostgreSQL development group does not perform formal testing of feature conformance
commentscharacter_dataPossibly a comment about the supported status of the feature


Prev Up Next
36.43. sequences Home 36.45. sql_implementation_info
epubpdf
Go to PostgreSQL 12
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp