recent gripe that the info is hard to find.
-
+
Data Types
enumerated (enum)
+
+
+
Enumerated (enum) types are data types that
are comprised of a static, predefined set of values with a
Spaces in the labels are significant, too.
+ The translations from internal enum values to textual labels are
+ kept in the system catalog
+ pg_enum.
+ Querying this catalog directly can be useful.
+
+