Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
PostgreSQL 9.4.1 Documentation
PrevUpChapter 34. The Information SchemaNext

34.43.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 34-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 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

PrevHomeNext
sequencesUpsql_implementation_info
Go to PostgreSQL 9.4
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp