Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
35.48. sql_features
Prev UpChapter 35. The Information SchemaHome Next

35.48. 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 35.46. sql_features Columns

Column Type

Description

feature_idcharacter_data

Identifier string of the feature

feature_namecharacter_data

Descriptive name of the feature

sub_feature_idcharacter_data

Identifier string of the subfeature, or a zero-length string if not a subfeature

sub_feature_namecharacter_data

Descriptive name of the subfeature, or a zero-length string if not a subfeature

is_supportedyes_or_no

YES 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_data

Possibly a comment about the supported status of the feature



Prev Up Next
35.47. sequences Home 35.49. sql_implementation_info
pdfepub
Go to PostgreSQL 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp