pg_attribute_encoding
A newer version of this documentation is available. Use the version menu above to view the most up-to-date release of the Greenplum 6.x documentation.
pg_attribute_encoding
The pg_attribute_encoding system catalog table contains column storage information.
column | type | modifers | storage | description |
---|---|---|---|---|
attrelid | oid | not null | plain | Foreign key to pg_attribute.attrelid |
attnum | smallint | not null | plain | Foreign key to pg_attribute.attnum |
attoptions | text [ ] | extended | The options |