2024 年 9 月 26 日: PostgreSQL 17 发布!
支持的版本:当前 (17) / 16 / 15 / 14 / 13 / 12
开发版本:devel
不支持的版本:11 / 10 / 9.6 / 9.5 / 9.4 / 9.3 / 9.2

35.60. user_defined_types #

视图 user_defined_types 当前包含当前数据库中定义的所有复合类型。仅显示当前用户有权访问的类型(通过是所有者或拥有某些权限)。

SQL 了解两种用户定义类型:结构化类型(在 PostgreSQL 中也称为复合类型)和 distinct 类型(在 PostgreSQL 中未实现)。为了面向未来,请使用列 user_defined_type_category 来区分它们。其他用户定义类型,如基本类型和枚举,它们是 PostgreSQL 扩展,此处未显示。有关域,请参见 第 35.23 节

表 35.58. user_defined_types

列类型

描述

user_defined_type_catalog sql_identifier

包含该类型的数据库的名称(始终为当前数据库)

user_defined_type_schema sql_identifier

包含该类型的模式的名称

user_defined_type_name sql_identifier

类型的名称

user_defined_type_category character_data

当前始终为 STRUCTURED

is_instantiable yes_or_no

适用于 PostgreSQL 中不可用的功能

is_final yes_or_no

适用于 PostgreSQL 中不可用的功能

ordering_form character_data

适用于 PostgreSQL 中不可用的功能

ordering_category character_data

适用于 PostgreSQL 中不可用的功能

ordering_routine_catalog sql_identifier

适用于 PostgreSQL 中不可用的功能

ordering_routine_schema sql_identifier

适用于 PostgreSQL 中不可用的功能

ordering_routine_name sql_identifier

适用于 PostgreSQL 中不可用的功能

reference_type character_data

适用于 PostgreSQL 中不可用的功能

data_type character_data

适用于 PostgreSQL 中不可用的功能

character_maximum_length cardinal_number

适用于 PostgreSQL 中不可用的功能

character_octet_length cardinal_number

适用于 PostgreSQL 中不可用的功能

character_set_catalog sql_identifier

适用于 PostgreSQL 中不可用的功能

character_set_schema sql_identifier

适用于 PostgreSQL 中不可用的功能

character_set_name sql_identifier

适用于 PostgreSQL 中不可用的功能

collation_catalog sql_identifier

适用于 PostgreSQL 中不可用的功能

collation_schema sql_identifier

适用于 PostgreSQL 中不可用的功能

collation_name sql_identifier

适用于 PostgreSQL 中不可用的功能

numeric_precision cardinal_number

适用于 PostgreSQL 中不可用的功能

numeric_precision_radix cardinal_number

适用于 PostgreSQL 中不可用的功能

numeric_scale cardinal_number

适用于 PostgreSQL 中不可用的功能

datetime_precision cardinal_number

适用于 PostgreSQL 中不可用的功能

interval_type character_data

适用于 PostgreSQL 中不可用的功能

interval_precision cardinal_number

适用于 PostgreSQL 中不可用的功能

source_dtd_identifier sql_identifier

适用于 PostgreSQL 中不可用的功能

ref_dtd_identifier sql_identifier

适用于 PostgreSQL 中不可用的功能


提交更正

如果您在文档中发现任何不正确的内容,与您对特定功能的体验不符或需要进一步澄清,请使用 此表格 报告文档问题。