On this page
37.47. sql_parts
表sql_parts
包含有关 PostgreSQL 支持 SQL 标准的哪个部分的信息。
表 37.45. sql_parts
列
Name | Data Type | Description |
---|---|---|
feature_id |
character_data |
包含 Component 编号的标识符字符串 |
feature_name |
character_data |
Component 的描述性名称 |
is_supported |
yes_or_no |
YES (如果当前版本的 PostgreSQL 完全支持该部件,则NO ,否则) |
is_verified_by |
character_data |
始终为 null,因为 PostgreSQL 开发组不执行功能一致性的正式测试 |
comments |
character_data |
可能会对 Component 的支持状态发表 Comment |