pg_partition_encoding
The pg_partition_encoding system catalog table describes the available column compression options for a partition template.
| Column | Type | Modifiers | Storage | Description |
|---|---|---|---|---|
parencoid |
oid |
not null |
plain |
OID of the partition template |
parencattnum |
smallint |
not null |
plain |
Column number within the partition template |
parencattoptions |
text[] |
— |
extended |
Encoding options defined for the column |