What is better: a lookup table or an enum type?
7 points by eduard
7 points by eduard
I've tried to use enums in Postgres before, and have been surprised by the limitations. E.g. if enums storage values could be specified, and you could do a scan for the tables using the enum's type to check that a case is not present, then: