pg_type_encoding
The pg_type_encoding
system catalog table contains the column storage type information.
Table 1. pg_catalog.pg_type_encoding
column | type | modifers | storage | description |
---|---|---|---|---|
typeid | oid | not null | plain | Foreign key to pg_attribute |
typoptions | text [ ] | extended | The actual options |