pg_type_encoding
pg_type_encoding 系统目录表包含了列存储类型信息。
表 1. pg_catalog.pg_type_encoding
名称 | 类型 | 修改 | 存储 | 描述 |
---|---|---|---|---|
typeid | oid | not null | plain | pg_attribute 的外键。 |
typoptions | text [ ] | extended | 实际的选项。 |
上级主题: 系统目录定义
pg_type_encoding 系统目录表包含了列存储类型信息。
名称 | 类型 | 修改 | 存储 | 描述 |
---|---|---|---|---|
typeid | oid | not null | plain | pg_attribute 的外键。 |
typoptions | text [ ] | extended | 实际的选项。 |
上级主题: 系统目录定义