pg_attribute_encoding
pg_attribute_encoding系统目录表包含列存储信息。
列 | 类型 | 修正值 | 存储 | 描述 |
---|---|---|---|---|
attrelid | oid | not null | plain | 外键于pg_attribute.attrelid |
attnum | smallint | not null | plain | 外键于pg_attribute.attnum |
attoptions | text [ ] | extended | 选项 |
Parent topic: 系统目录定义
pg_attribute_encoding系统目录表包含列存储信息。
列 | 类型 | 修正值 | 存储 | 描述 |
---|---|---|---|---|
attrelid | oid | not null | plain | 外键于pg_attribute.attrelid |
attnum | smallint | not null | plain | 外键于pg_attribute.attnum |
attoptions | text [ ] | extended | 选项 |
Parent topic: 系统目录定义
本文档使用 BookStack 构建